diff options
| author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2018-11-04 14:30:56 +0100 | 
|---|---|---|
| committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2018-11-04 14:30:56 +0100 | 
| commit | b4d68d4daa2716c0064605a2a92082a7287ee54a (patch) | |
| tree | 5d9397721cdb9a8d5cfa83d59e928e2c54d8482e /st.c | |
| parent | 30ec9a3dc354ab1a561c9edd808046bdf5dfd392 (diff) | |
st: small typofix in comment
Diffstat (limited to 'st.c')
| -rw-r--r-- | st.c | 2 | 
1 files changed, 1 insertions, 1 deletions
@@ -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();  | 
