projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1118d9b
)
typo fix
author
Denys Vlasenko
<vda.linux@googlemail.com>
Mon, 17 May 2010 10:33:13 +0000
(12:33 +0200)
committer
Denys Vlasenko
<vda.linux@googlemail.com>
Mon, 17 May 2010 10:33:13 +0000
(12:33 +0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
libbb/lineedit.c
patch
|
blob
|
history
diff --git
a/libbb/lineedit.c
b/libbb/lineedit.c
index f7d3ffed84953a409422ac8efacc780cbab843b8..18664b8c1293c2b17f203758c7b9c48d3634ead0 100644
(file)
--- a/
libbb/lineedit.c
+++ b/
libbb/lineedit.c
@@
-498,8
+498,8
@@
static void input_backward(unsigned num)
/* go to 1st column; go up */
printf("\r" "\033[%uA", lines_up);
/* go to correct column.
- * xt
a
rm, konsole, Linux VT interpret 0 as 1 below! wow.
- *
N
eed to *make sure* we skip it if cmdedit_x == 0 */
+ * xt
e
rm, konsole, Linux VT interpret 0 as 1 below! wow.
+ *
n
eed to *make sure* we skip it if cmdedit_x == 0 */
if (cmdedit_x)
printf("\033[%uC", cmdedit_x);
}