mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-04 04:06:06 -05:00
wip: initial scrolling support (no scrollback though)
This commit is contained in:
parent
71dde121e6
commit
efc8cc4914
3 changed files with 39 additions and 2 deletions
3
grid.h
3
grid.h
|
|
@ -10,7 +10,10 @@ void grid_cursor_right(struct grid *grid, int count);
|
|||
void grid_cursor_up(struct grid *grid, int count);
|
||||
void grid_cursor_down(struct grid *grid, int count);
|
||||
|
||||
void grid_scroll(struct grid *grid, int rows);
|
||||
|
||||
int grid_cursor_linear(const struct grid *grid, int row, int col);
|
||||
|
||||
|
||||
//void grid_cursor_to(struct grid *grid, int pos);
|
||||
//void grid_cursor_move(struct grid *grid, int cols);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue