cleaning st.info. added comment in st.c for DECSCNM.

This commit is contained in:
Aurélien Aptel 2010-09-03 00:15:43 +02:00
parent c43526153f
commit 273d4ba938
2 changed files with 11 additions and 2 deletions

5
st.c
View File

@ -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;

View File

@ -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,