X-Git-Url: https://git.xinqibao.xyz/st.git/blobdiff_plain/cde480c6939e62771ba3b60ef4eb848031aee9f9..914fb825df3bde7abdd7947e54f8bf4d2b55e34e:/st.c 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) return; case '\032': /* SUB */ tsetchar('?', &term.c.attr, term.c.x, term.c.y); + /* FALLTHROUGH */ case '\030': /* CAN */ csireset(); break;