st

simple terminal

git clone https://9o.is/git/st.git

commit e8985d78405954c3c95cdf230fca36357ee658dc
parent 4a0805b09c46a6402b4525af7b9f9bfe8f249ec0
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Sun,  4 Nov 2018 14:30:56 +0100

st: small typofix in comment

Diffstat:
Mst.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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 initial state */ treset(); resettitle(); xloadcols();