aboutsummaryrefslogtreecommitdiff
path: root/st.c
diff options
context:
space:
mode:
Diffstat (limited to 'st.c')
-rw-r--r--st.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/st.c b/st.c
index 69ec122..77ae26e 100644
--- a/st.c
+++ b/st.c
@@ -2408,7 +2408,10 @@ tcontrolcode(uchar ascii) {
2408 case 0x8f: /* TODO: SS3 */ 2408 case 0x8f: /* TODO: SS3 */
2409 case 0x90: /* TODO: DCS */ 2409 case 0x90: /* TODO: DCS */
2410 case 0x98: /* TODO: SOS */ 2410 case 0x98: /* TODO: SOS */
2411 case 0x9a: /* TODO: DECID */ 2411 break;
2412 case 0x9a: /* DECID -- Identify Terminal */
2413 ttywrite(VT102ID, sizeof(VT102ID) - 1);
2414 break;
2412 case 0x9b: /* TODO: CSI */ 2415 case 0x9b: /* TODO: CSI */
2413 case 0x9c: /* TODO: ST */ 2416 case 0x9c: /* TODO: ST */
2414 case 0x9d: /* TODO: OSC */ 2417 case 0x9d: /* TODO: OSC */