From f03dee2aa509030f4383814c1e49b33e0cab9c0d Mon Sep 17 00:00:00 2001 From: ozpv <39195175+ozpv@users.noreply.github.com> Date: Wed, 20 May 2026 21:52:16 +0000 Subject: update to st 0.9.3 --- st.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'st.h') diff --git a/st.h b/st.h index 8220966..8c46deb 100644 --- a/st.h +++ b/st.h @@ -19,6 +19,7 @@ #define TRUECOLOR(r,g,b) (1 << 24 | (r) << 16 | (g) << 8 | (b)) #define IS_TRUECOL(x) (1 << 24 & (x)) +#define HISTSIZE 2000 enum glyph_attribute { ATTR_NULL = 0, @@ -82,8 +83,6 @@ 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 *); @@ -136,4 +135,3 @@ extern unsigned int defaultfg; extern unsigned int defaultbg; extern unsigned int defaultcs; extern const int boxdraw, boxdraw_bold, boxdraw_braille; -extern float alpha; -- cgit v1.2.3