9 lines
172 B
Plaintext
9 lines
172 B
Plaintext
|
# Disable the startup message
|
||
|
startup_message off
|
||
|
|
||
|
# Set a large scrollback buffer
|
||
|
defscrollback 32000
|
||
|
|
||
|
# Always start `screen` with UTF-8 enabled (`screen -U`)
|
||
|
defutf8 on
|