aboutsummaryrefslogtreecommitdiffstats
path: root/st.h
diff options
context:
space:
mode:
authorDevin J. Pohly <djpohly@gmail.com>2017-10-10 15:51:23 -0500
committerDevin J. Pohly <djpohly@gmail.com>2018-02-25 21:53:24 -0600
commitdbe8676d7d69651132bde2b6d9ec3787cbbc552a (patch)
tree06b6397a18b266085f5b89677521dd441c860b4f /st.h
parenta8314643b1aeaa2187dad71dc5748aaac1760c1b (diff)
downloadst-dbe8676d7d69651132bde2b6d9ec3787cbbc552a.tar.gz
Pass new dimensions into ttyresize
This removes another reference to TermWindow from st.c. Signed-off-by: Devin J. Pohly <djpohly@gmail.com>
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);
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);
remember that computers suck.