Xinqi Bao's Git
projects
/
st.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
| inline |
side by side
Move terminal echo logic into st.c
[st.git]
/
st.h
diff --git
a/st.h
b/st.h
index
a34e31c
..
d7738a0
100644
(file)
--- a/
st.h
+++ b/
st.h
@@
-176,8
+176,7
@@
void tsetdirtattr(int);
void ttynew(char *, char *, char **);
size_t ttyread(void);
void ttyresize(int, int);
-void ttysend(char *, size_t);
-void ttywrite(const char *, size_t);
+void ttywrite(const char *, size_t, int);
void resettitle(void);