1
0
Fork 0

Setting defutf8 to on.

Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
This commit is contained in:
Daniel Baumann 2025-06-22 15:21:20 +02:00
parent 149d79f777
commit 33680bf385
Signed by: daniel.baumann
GPG key ID: BCC918A2ABD66424

4
debian/screenrc vendored
View file

@ -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
# ------------------------------------------------------------------------------