aboutsummaryrefslogtreecommitdiff
path: root/st.c
diff options
context:
space:
mode:
Diffstat (limited to 'st.c')
-rw-r--r--st.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/st.c b/st.c
index 1414f98..a8de17d 100644
--- a/st.c
+++ b/st.c
@@ -2153,6 +2153,7 @@ tcontrolcode(uchar ascii)
2153 return; 2153 return;
2154 case '\032': /* SUB */ 2154 case '\032': /* SUB */
2155 tsetchar('?', &term.c.attr, term.c.x, term.c.y); 2155 tsetchar('?', &term.c.attr, term.c.x, term.c.y);
2156 /* FALLTHROUGH */
2156 case '\030': /* CAN */ 2157 case '\030': /* CAN */
2157 csireset(); 2158 csireset();
2158 break; 2159 break;