Change Ctrl+l behaviour

From now on, Ctrl+l scrolls up the screen and preserves the scrollback buffer.
Fixes #46.
This commit is contained in:
veltza 2022-07-01 14:59:03 +03:00
parent df36caf56b
commit a705b714b5
4 changed files with 121 additions and 65 deletions

View file

@ -10,7 +10,7 @@ st-mono| simpleterm monocolor,
cbt=\E[Z,
cvvis=\E[?25h,
civis=\E[?25l,
clear=\E[H\E[3J,
clear=\E[H\E[2J,
cnorm=\E[?12l\E[?25h,
colors#2,
cols#80,
@ -35,6 +35,7 @@ st-mono| simpleterm monocolor,
el=\E[K,
el1=\E[1K,
enacs=\E)0,
E3=\E[3J,
flash=\E[?5h$<80/>\E[?5l,
fsl=^G,
home=\E[H,