diff --git a/win/tty/wintty.c b/win/tty/wintty.c index f3d10a962..f2c36bf5c 100644 --- a/win/tty/wintty.c +++ b/win/tty/wintty.c @@ -2368,6 +2368,8 @@ process_text_window(winid window, struct WinDesc *cw) } else if ((*cp & 0x80) != 0) { g_putch(*cp); end_glyphout(); + } else { + (void) putchar(*cp); } linestart = FALSE; } else {