This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
deb-goldedplus/bin/screenrc_koi8r

14 lines
486 B
Plaintext
Raw Normal View History

# $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
# Exec mailer in first window
screen /bin/sh -c "binkd -c ~/fido/etc/binkd.conf"
2010-11-10 05:40:30 +00:00
# Set default encoding for new windows
defencoding koi8-r
# Exec Golded+ in foreground window
screen /bin/sh -c "LANG=ru_RU.KOI8-R gedlnx"