X-Git-Url: https://git.xinqibao.xyz/st.git/blobdiff_plain/80bb32cb2b02a8f52928f62f4ddc18de00979d80..16ef6c564fb504d3fc73f8097899acef0bd6a71b:/st.h?ds=sidebyside diff --git a/st.h b/st.h index 8bb533d..72c14fd 100644 --- a/st.h +++ b/st.h @@ -81,12 +81,15 @@ void die(const char *, ...); void redraw(void); void draw(void); +void kscrolldown(const Arg *); +void kscrollup(const Arg *); void printscreen(const Arg *); void printsel(const Arg *); void sendbreak(const Arg *); void toggleprinter(const Arg *); int tattrset(int); +int tisaltscr(void); void tnew(int, int); void tresize(int, int); void tsetdirtattr(int);