diff options
author | Luke Smith <luke@lukesmith.xyz> | 2020-07-08 11:13:33 -0400 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2020-07-08 11:13:33 -0400 |
commit | 3f51ba298c70c346ed1f8257c5e180a074d6ff9b (patch) | |
tree | be065d58b583c869198111368a3132eaa5d1204a /st.h | |
parent | 222eac739d43c7a380b9a37db91bf61ed8dbc65a (diff) | |
parent | cf0807b3e97b4abe6c57ee512cd001a53ed05c81 (diff) |
Merge branch 'dennisleexyz-mouse'
Diffstat (limited to 'st.h')
-rw-r--r-- | st.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -104,6 +104,7 @@ 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); |