aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAurélien Aptel2010-09-03 00:15:43 +0200
committerAurélien Aptel2010-09-03 00:15:43 +0200
commit2b7f73d8348919a88cbb6a2a70c06748242537d3 (patch)
treedf65dece901dd8b4c0ce9c4b19a8d8593e6c2ab9
parentd05372a81fd58f8a9ab2b8cc5ecc74ecdc376735 (diff)
downloadaur-2b7f73d8348919a88cbb6a2a70c06748242537d3.tar.gz
cleaning st.info. added comment in st.c for DECSCNM.
-rw-r--r--st.c5
-rw-r--r--st.info8
2 files changed, 11 insertions, 2 deletions
diff --git a/st.c b/st.c
index ab43a43b88db..261612fb8d4a 100644
--- a/st.c
+++ b/st.c
@@ -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;
@@ -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;
diff --git a/st.info b/st.info
index 3778f74f4394..01454115531e 100644
--- a/st.info
+++ b/st.info
@@ -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,
@@ -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,