aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-03-19 17:48:55 +0000
committerEric Andersen <andersen@codepoet.org>2001-03-19 17:48:55 +0000
commit61173a537149484dfaaeb8f94a2c86ef01d30613 (patch)
tree88ad5e12a8cc9ee281257580e16024aae9a6f2d2
parentfa513aab48e9a1817658897bf69e4889f049a22a (diff)
downloadbusybox-w32-61173a537149484dfaaeb8f94a2c86ef01d30613.tar.gz
busybox-w32-61173a537149484dfaaeb8f94a2c86ef01d30613.tar.bz2
busybox-w32-61173a537149484dfaaeb8f94a2c86ef01d30613.zip
Fix to cmdedit.c from Vladimir
-rw-r--r--cmdedit.c1
-rw-r--r--shell/cmdedit.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/cmdedit.c b/cmdedit.c
index 6dcc33844..ffe7afab2 100644
--- a/cmdedit.c
+++ b/cmdedit.c
@@ -580,6 +580,7 @@ static void cmdedit_setwidth(int w, int redraw_flg)
580 580
581extern void cmdedit_init(void) 581extern void cmdedit_init(void)
582{ 582{
583 cmdedit_prmt_len = 0;
583 if ((handlers_sets & SET_WCHG_HANDLERS) == 0) { 584 if ((handlers_sets & SET_WCHG_HANDLERS) == 0) {
584 /* emulate usage handler to set handler and call yours work */ 585 /* emulate usage handler to set handler and call yours work */
585 win_changed(-SIGWINCH); 586 win_changed(-SIGWINCH);
diff --git a/shell/cmdedit.c b/shell/cmdedit.c
index 6dcc33844..ffe7afab2 100644
--- a/shell/cmdedit.c
+++ b/shell/cmdedit.c
@@ -580,6 +580,7 @@ static void cmdedit_setwidth(int w, int redraw_flg)
580 580
581extern void cmdedit_init(void) 581extern void cmdedit_init(void)
582{ 582{
583 cmdedit_prmt_len = 0;
583 if ((handlers_sets & SET_WCHG_HANDLERS) == 0) { 584 if ((handlers_sets & SET_WCHG_HANDLERS) == 0) {
584 /* emulate usage handler to set handler and call yours work */ 585 /* emulate usage handler to set handler and call yours work */
585 win_changed(-SIGWINCH); 586 win_changed(-SIGWINCH);