diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/main.c | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -1394,11 +1394,8 @@ static void get_user_input(void) edbuf[edlen] = '\0'; #ifdef BUG_ANSI if (edattrbg) - tty_printf("%s\n", edattrend); - else + tty_puts(edattrend); #endif - tty_putc('\n'); - tcp_write(tcp_fd, edbuf); edlen = 0; typed[nchars = 0] = 0; |