projects
/
platform
/
upstream
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f68736
)
Apply last_patch37 from vodz
author
Eric Andersen
<andersen@codepoet.org>
Wed, 24 Apr 2002 23:08:23 +0000
(23:08 -0000)
committer
Eric Andersen
<andersen@codepoet.org>
Wed, 24 Apr 2002 23:08:23 +0000
(23:08 -0000)
shell/cmdedit.c
patch
|
blob
|
history
diff --git
a/shell/cmdedit.c
b/shell/cmdedit.c
index
b0309fe
..
4c502df
100644
(file)
--- a/
shell/cmdedit.c
+++ b/
shell/cmdedit.c
@@
-207,7
+207,8
@@
static void cmdedit_reset_term(void)
handlers_sets &= ~SET_WCHG_HANDLERS;
}
fflush(stdout);
-#ifdef CONFIG_FEATURE_CLEAN_UP
+#if 0
+//#ifdef CONFIG_FEATURE_CLEAN_UP
if (his_front) {
struct history *n;
@@
-1267,7
+1268,7
@@
prepare_to_die:
/* Control-k -- clear to end of line */
*(command + cursor) = 0;
len = cursor;
-
redraw(cmdedit_y, 0
);
+
printf("\033[J"
);
break;
case 12:
{