We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
console_encoding
1 parent 218bb92 commit ccf0f5bCopy full SHA for ccf0f5b
src/libtmux/_compat.py
@@ -4,7 +4,7 @@
4
import types
5
import typing as t
6
7
-console_encoding = sys.__stdout__.encoding
+console_encoding = sys.stdout.encoding
8
9
10
def console_to_str(s: bytes) -> str:
0 commit comments