diff options
| -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();  | 
