better scrolling

This commit is contained in:
Your Name
2025-11-30 12:46:40 -07:00
parent 44bbced266
commit 86409c030d

1
st.c
View File

@@ -1791,6 +1791,7 @@ csihandle(void)
default:
goto unknown;
}
term.histi = 0;
break;
case 'K': /* EL -- Clear line */
switch (csiescseq.arg[0]) {