tcleaning st.info. added comment in st.c for DECSCNM. - st - [fork] customized build of st, the simple terminal
(HTM) git clone git://src.adamsgaard.dk/st
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 273d4ba938dc6bf7edb2b1154ea36c19bfcd22d1
(DIR) parent c43526153fbe368351f6139f5e672e1798f6d2f1
(HTM) Author: Aurélien Aptel <aurelien.aptel@gmail.com>
Date: Fri, 3 Sep 2010 00:15:43 +0200
cleaning st.info. added comment in st.c for DECSCNM.
Diffstat:
M st.c | 5 +++++
M st.info | 8 ++++++--
2 files changed, 11 insertions(+), 2 deletions(-)
---
(DIR) diff --git a/st.c b/st.c
t@@ -796,6 +796,8 @@ csihandle(void) {
case 1:
term.mode &= ~MODE_APPKEYPAD;
break;
+ case 5: /* TODO: DECSCNM -- Remove reverse video */
+ break;
case 7:
term.mode &= ~MODE_WRAP;
break;
t@@ -851,6 +853,9 @@ csihandle(void) {
case 1:
term.mode |= MODE_APPKEYPAD;
break;
+ case 5: /* DECSCNM -- Reverve video */
+ /* TODO: set REVERSE on the whole screen (f) */
+ break;
case 7:
term.mode |= MODE_WRAP;
break;
(DIR) diff --git a/st.info b/st.info
t@@ -5,10 +5,10 @@ st| simpleterm,
am,
# bce,
bel=^G,
-# blink=\E[5m
+# blink=\E[5m,
bold=\E[1m,
cbt=\E[Z,
- civis=\E[?25l
+ civis=\E[?25l,
clear=\E[H\E[2J,
cnorm=\E[?12l\E[?25h,
colors#8,
t@@ -28,10 +28,14 @@ st| simpleterm,
ed=\E[J,
el=\E[K,
home=\E[H,
+ hpa=\E[%i%p1%dG,
ht=^I,
hts=\EH,
+ ich=\E[%p1%d@,
il1=\E[L,
+ il=\E[%p1%dL,
ind=^J,
+ indn=\E[%p1%dS,
invis=\E[8m,
it#8,
kbs=\177,