aboutsummaryrefslogtreecommitdiff
path: root/st.h
diff options
context:
space:
mode:
Diffstat (limited to 'st.h')
-rw-r--r--st.h2
1 files changed, 1 insertions, 1 deletions
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);
187int match(uint, uint); 187int match(uint, uint);
188void ttynew(void); 188void ttynew(void);
189size_t ttyread(void); 189size_t ttyread(void);
190void ttyresize(void); 190void ttyresize(int, int);
191void ttysend(char *, size_t); 191void ttysend(char *, size_t);
192void ttywrite(const char *, size_t); 192void ttywrite(const char *, size_t);
193 193