You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
388 B
14 lines
388 B
# Screen settings
|
|
# https://www.gnu.org/software/screen/manual/screen.html#Command-Summary
|
|
|
|
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
# Set the default character encoding to UTF-8
|
|
defutf8 on
|
|
|
|
# Disable the startup message
|
|
startup_message off
|
|
|
|
# Increase the maximum number of lines contained
|
|
# in the scrollback buffer (defaults to 100)
|
|
defscrollback 20000
|
|
|