pinosaur
/
st.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
30ec9a3
)
st: small typofix in comment
author
Hiltjo Posthuma
<hiltjo@codemadness.org>
Sun, 4 Nov 2018 13:30:56 +0000
(14:30 +0100)
committer
Hiltjo Posthuma
<hiltjo@codemadness.org>
Sun, 4 Nov 2018 13:30:56 +0000
(14:30 +0100)
st.c
patch
|
blob
|
history
diff --git
a/st.c
b/st.c
index
46cf2da
..
a51d19c
100644
(file)
--- a/
st.c
+++ b/
st.c
@@
-2262,7
+2262,7
@@
eschandle(uchar ascii)
case 'Z': /* DECID -- Identify Terminal */
ttywrite(vtiden, strlen(vtiden), 0);
break;
- case 'c': /* RIS -- Reset to inital state */
+ case 'c': /* RIS -- Reset to init
i
al state */
treset();
resettitle();
xloadcols();