Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2025-09-12 12:01:09 +01:00

2
tty.c
View File

@@ -395,7 +395,7 @@ tty_send_requests(struct tty *tty)
return; return;
if (tty->term->flags & TERM_VT100LIKE) { if (tty->term->flags & TERM_VT100LIKE) {
if (~tty->term->flags & TTY_HAVEDA) if (~tty->flags & TTY_HAVEDA)
tty_puts(tty, "\033[c"); tty_puts(tty, "\033[c");
if (~tty->flags & TTY_HAVEDA2) if (~tty->flags & TTY_HAVEDA2)
tty_puts(tty, "\033[>c"); tty_puts(tty, "\033[>c");