13 lines
195 B
Plaintext
13 lines
195 B
Plaintext
# Extend scrollback buffer
|
|
defscrollback 100000
|
|
# Disable startup message
|
|
startup_message off
|
|
|
|
# Do not lock the screen
|
|
bind x
|
|
bind ^x
|
|
|
|
# Do not write a copy of screen out to disk
|
|
bind h
|
|
bind ^h
|