summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 15:30:16 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 15:30:16 +0000
commit8dea0f4e132ecfa958ae4c7fcac7bb11642d336a (patch)
tree741872323eed239e77753cec4e566603064674e7 /debian
parentSetting defscrollback to 100000. (diff)
downloadscreen-8dea0f4e132ecfa958ae4c7fcac7bb11642d336a.tar.xz
screen-8dea0f4e132ecfa958ae4c7fcac7bb11642d336a.zip
Setting defutf8 to on.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian')
-rw-r--r--debian/screenrc4
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
# ------------------------------------------------------------------------------