From 90b8ab1f9ec507465f67ba8e9d570e29f190a823 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 05:31:28 +0200 Subject: Setting defutf8 to on. Signed-off-by: Daniel Baumann --- debian/screenrc | 4 ++++ 1 file changed, 4 insertions(+) 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 # ------------------------------------------------------------------------------ -- cgit v1.2.3