Use screen utility (if exist in system) for workaround for russian language on UTF-8 terminal

This commit is contained in:
Stas Degteff
2010-11-10 04:53:55 +00:00
parent 36d84095e8
commit 556f0596b0
2 changed files with 30 additions and 2 deletions

13
bin/screenrc_koi8r Normal file
View File

@@ -0,0 +1,13 @@
# $Id$
# This configuration file for the screen utility containis workaround
# for Russian language on UTF-8 terminal (console) locale
# Also this configuration run mailer (binkd in client mode) in background window
# for parallel mail transfer
startup_message off
# Set default encoding for new windows
defencoding koi8-r
# Exec mailer in first window
screen /bin/sh -c "binkd -c ~/fido/etc/binkd.conf"
# Exec Golded+ in foreground window
screen /bin/sh -c "LANG=ru_RU.KOI8-R gedlnx"