[dev] [st][PATCH 1/4] Add 8 bit version of DECID

From: Roberto E. Vargas Caballero <k0ga_AT_shike2.com>
Date: Tue, 8 Jul 2014 23:37:11 +0200

DECID version for 7 bits environments already was implemented in st.
This patch adds the 8 bit version of it.
---
 st.c | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/st.c b/st.c
index 69ec122..77ae26e 100644
--- a/st.c
+++ b/st.c
_AT_@ -2408,7 +2408,10 @@ tcontrolcode(uchar ascii) {
 	case 0x8f:   /* TODO: SS3 */
 	case 0x90:   /* TODO: DCS */
 	case 0x98:   /* TODO: SOS */
-	case 0x9a:   /* TODO: DECID */
+		break;
+	case 0x9a:   /* DECID -- Identify Terminal */
+		ttywrite(VT102ID, sizeof(VT102ID) - 1);
+		break;
 	case 0x9b:   /* TODO: CSI */
 	case 0x9c:   /* TODO: ST */
 	case 0x9d:   /* TODO: OSC */
-- 
1.8.5.3
Received on Tue Jul 08 2014 - 23:37:11 CEST

This archive was generated by hypermail 2.3.0 : Tue Jul 08 2014 - 23:48:15 CEST