st horizontal scrollback feature

This commit is contained in:
2025-09-20 18:50:59 +02:00
parent 57a4b03eab
commit 09aba35516
3 changed files with 90 additions and 4 deletions

2
st.h
View File

@@ -88,6 +88,8 @@ void draw(void);
void externalpipe(const Arg *);
void kscrolldown(const Arg *);
void kscrollup(const Arg *);
void hscrollleft(const Arg *);
void hscrollright(const Arg *);
void newterm(const Arg *);
void printscreen(const Arg *);