X-Git-Url: https://git.armaanb.net/?p=st.git;a=blobdiff_plain;f=st.c;h=a51d19c61b1210bd35a482a8a05002961ef100cd;hp=46cf2da6999592dd9f807b41d803cbf5c453f339;hb=b4d68d4daa2716c0064605a2a92082a7287ee54a;hpb=30ec9a3dc354ab1a561c9edd808046bdf5dfd392 diff --git a/st.c b/st.c index 46cf2da..a51d19c 100644 --- 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();