Xinqi Bao's Git
projects
/
st.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
| inline |
side by side
Pass new dimensions into ttyresize
[st.git]
/
st.h
diff --git
a/st.h
b/st.h
index
5d44411
..
372462d
100644
(file)
--- 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);