key-binding: add bind to clear scrollback but keep current line

This commit is contained in:
Baltazár Radics 2022-04-27 21:29:06 +02:00
parent d7a4f9e99e
commit a3fc484028
7 changed files with 29 additions and 0 deletions

View file

@ -4,3 +4,4 @@
void cmd_scrollback_up(struct terminal *term, int rows);
void cmd_scrollback_down(struct terminal *term, int rows);
void cmd_scrollback_clear_keepcur(struct terminal *term);