Introduction
Introduction Statistics Contact Development Disclaimer Help
tAdd 8 bit version of DECID - st - [fork] customized build of st, the simple te…
git clone git://src.adamsgaard.dk/st
Log
Files
Refs
README
LICENSE
---
commit bcbaf5d9beb72f29d228d103634d648ca28fb48d
parent f796533b1bab9aa8ea4e70b79d305c9aea47fe6a
Author: Roberto E. Vargas Caballero <[email protected]>
Date: Fri, 20 Jun 2014 09:51:18 +0200
Add 8 bit version of DECID
DECID version for 7 bits environments already was implemented in st.
This patch adds the 8 bit version of it.
Diffstat:
M st.c | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/st.c b/st.c
t@@ -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 */
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.