X-Git-Url: https://git.danieliu.xyz/?p=st.git;a=blobdiff_plain;f=st.h;h=372462da2436b2e959b2151c7e848e3349daae1b;hp=5d4441173fcb1a526feedb5641e1d0f111f740d1;hb=dbe8676d7d69651132bde2b6d9ec3787cbbc552a;hpb=a8314643b1aeaa2187dad71dc5748aaac1760c1b diff --git a/st.h b/st.h index 5d44411..372462d 100644 --- a/st.h +++ b/st.h @@ -187,7 +187,7 @@ void tsetdirtattr(int); int match(uint, uint); void ttynew(void); size_t ttyread(void); -void ttyresize(void); +void ttyresize(int, int); void ttysend(char *, size_t); void ttywrite(const char *, size_t);