diff options
Diffstat (limited to 'shell/cmdedit.c')
-rw-r--r-- | shell/cmdedit.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/cmdedit.c b/shell/cmdedit.c index 6dcc338..ffe7afa 100644 --- a/shell/cmdedit.c +++ b/shell/cmdedit.c @@ -580,6 +580,7 @@ static void cmdedit_setwidth(int w, int redraw_flg) extern void cmdedit_init(void) { + cmdedit_prmt_len = 0; if ((handlers_sets & SET_WCHG_HANDLERS) == 0) { /* emulate usage handler to set handler and call yours work */ win_changed(-SIGWINCH); |