diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 12:48:16 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 12:48:16 +0000 |
commit | 1e0d3e63968d18d2f665c91d0526ab1c8769a6d0 (patch) | |
tree | da15c7c78f9c8b6a0f3f04b3da9eb28d11bf44ce | |
parent | Setting defscrollback to 100000. (diff) | |
download | screen-1e0d3e63968d18d2f665c91d0526ab1c8769a6d0.tar.xz screen-1e0d3e63968d18d2f665c91d0526ab1c8769a6d0.zip |
Setting defutf8 to on.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | debian/screenrc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/screenrc b/debian/screenrc index 96ebb8a..c536753 100644 --- a/debian/screenrc +++ b/debian/screenrc @@ -91,6 +91,10 @@ termcapinfo xterm 'is=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;4;6l' # Enable non-blocking mode to better cope with flaky ssh connections. defnonblock 5 +# Set UTF-8 as the default encoding used, the strings sent to a window will be +# UTF-8 encoded and vice versa. +defutf8 on + # ------------------------------------------------------------------------------ # STARTUP SCREENS # ------------------------------------------------------------------------------ |