...
This commit is contained in:
parent
a0cf4214df
commit
2408ccb635
1 changed files with 1 additions and 1 deletions
|
|
@ -113,7 +113,7 @@ def encode_keystring(keybytes: bytes) -> str:
|
|||
'clear': r'\E[H\E[2J',
|
||||
# Clear scrollback. This is disabled because the clear program on Linux by default, not as
|
||||
# an option, uses it and nukes the scrollback. What's more this behavior was silently changed
|
||||
# around 2010? Given clear is maintained as part of ncurses this kind of crap is no surprise.
|
||||
# around 2013. Given clear is maintained as part of ncurses this kind of crap is no surprise.
|
||||
# 'E3': r'\E[3J',
|
||||
# Make cursor appear normal
|
||||
'cnorm': r'\E[?12h\E[?25h',
|
||||
|
|
|
|||
Loading…
Reference in a new issue