diff options
| author | Cori Barker <coribarker2@gmail.com> | 2026-02-03 10:21:03 +0000 |
|---|---|---|
| committer | Cori Barker <coribarker2@gmail.com> | 2026-02-03 10:21:03 +0000 |
| commit | c70ea026971c1471a6a39294db7aa4a0935ab478 (patch) | |
| tree | ba3120e8ae8753b4804406d2a258d7bfd2ee06fa /st/st.h | |
| parent | e25732524f314221881670dfe3226fb4bc911ba9 (diff) | |
Patched scrollback and newterm into st
Diffstat (limited to 'st/st.h')
| -rwxr-xr-x | st/st.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -81,6 +81,9 @@ void die(const char *, ...); void redraw(void); void draw(void); +void kscrolldown(const Arg *); +void kscrollup(const Arg *); +void newterm(const Arg *); void printscreen(const Arg *); void printsel(const Arg *); void sendbreak(const Arg *); |
