aboutsummaryrefslogtreecommitdiff
path: root/st.c
diff options
context:
space:
mode:
Diffstat (limited to 'st.c')
-rw-r--r--st.c2
1 files changed, 1 insertions, 1 deletions
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)
2262 case 'Z': /* DECID -- Identify Terminal */ 2262 case 'Z': /* DECID -- Identify Terminal */
2263 ttywrite(vtiden, strlen(vtiden), 0); 2263 ttywrite(vtiden, strlen(vtiden), 0);
2264 break; 2264 break;
2265 case 'c': /* RIS -- Reset to inital state */ 2265 case 'c': /* RIS -- Reset to initial state */
2266 treset(); 2266 treset();
2267 resettitle(); 2267 resettitle();
2268 xloadcols(); 2268 xloadcols();