diff options
-rw-r--r-- | mbbsd/visio.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mbbsd/visio.c b/mbbsd/visio.c index dfc9975c..2893bf01 100644 --- a/mbbsd/visio.c +++ b/mbbsd/visio.c @@ -939,6 +939,10 @@ vgetstring(char *_buf, int len, int flags, const char *defstr, const VGET_CALLBA // move to cursor position move(line, col+icurr); + } else { + // to simulate the "clrtoeol" behavior... + // XXX make this call only once? or not? + clrtoeol(); } c = vkey(); |