diff options
Diffstat (limited to 'Src/prompt.c')
-rw-r--r-- | Src/prompt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/prompt.c b/Src/prompt.c index 27a07c574..8bd1ad9de 100644 --- a/Src/prompt.c +++ b/Src/prompt.c @@ -859,7 +859,7 @@ countprompt(char *str, int *wp, int *hp, int overf) * relying on the character set being an extension * of ASCII so it's safe to test a single byte. */ - if (multi) { + if (!multi) { #endif if (*str == '\t') { w = (w | 7) + 1; |