mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-04 04:06:06 -05:00
6 lines
153 B
C
6 lines
153 B
C
#pragma once
|
|
|
|
#include "terminal.h"
|
|
|
|
void cmd_scrollback_up(struct terminal *term, int rows);
|
|
void cmd_scrollback_down(struct terminal *term, int rows);
|