foot/commands.h

9 lines
221 B
C
Raw Normal View History

#pragma once
#include "terminal.h"
2026-05-15 15:51:01 +10:00
#if defined(FOOT_HAVE_SCROLLBACK)
void cmd_scrollback_up(struct terminal *term, int rows);
void cmd_scrollback_down(struct terminal *term, int rows);
2026-05-15 15:51:01 +10:00
#endif /* FOOT_HAVE_SCROLLBACK */