pinosaur
/
st.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
26c101b
)
Fixing the menus in mc.
author
Christoph Lohmann
<20h@r-36.net>
Sun, 27 Jan 2013 16:48:01 +0000
(17:48 +0100)
committer
Christoph Lohmann
<20h@r-36.net>
Sun, 27 Jan 2013 16:48:01 +0000
(17:48 +0100)
st.c
patch
|
blob
|
history
diff --git
a/st.c
b/st.c
index
fa4136a
..
a1932dd
100644
(file)
--- a/
st.c
+++ b/
st.c
@@
-1745,8
+1745,8
@@
csihandle(void) {
break;
case 'X': /* ECH -- Erase <n> char */
DEFAULT(csiescseq.arg[0], 1);
- tclearregion(term.c.x, term.c.y,
term.c.x + csiescseq.arg[0],
- term.c.y, 1);
+ tclearregion(term.c.x, term.c.y,
+ term.c.
x + csiescseq.arg[0] - 1, term.c.
y, 1);
break;
case 'P': /* DCH -- Delete <n> char */
DEFAULT(csiescseq.arg[0], 1);