mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-18 06:46:23 -04:00
key-binding: add bind to clear scrollback but keep current line
This commit is contained in:
parent
d7a4f9e99e
commit
a3fc484028
7 changed files with 29 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue