mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
scrollback: initial support for mouse scrolling
This commit is contained in:
parent
bcd111d203
commit
b058e6384a
3 changed files with 41 additions and 13 deletions
|
|
@ -2,5 +2,5 @@
|
|||
|
||||
#include "terminal.h"
|
||||
|
||||
void cmd_scrollback_up(struct terminal *term);
|
||||
void cmd_scrollback_down(struct terminal *term);
|
||||
void cmd_scrollback_up(struct terminal *term, int rows);
|
||||
void cmd_scrollback_down(struct terminal *term, int rows);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue