mirror of
https://github.com/tmux/tmux.git
synced 2026-09-16 18:21:58 +00:00
Simplify Kitty query completion flag
This commit is contained in:
@@ -1553,8 +1553,7 @@ tty_keys_device_attributes(struct tty *tty, const char *buf, size_t len,
|
||||
log_debug("%s: received primary DA %.*s", c->name, (int)*size, buf);
|
||||
|
||||
/* A DA response without a preceding keyboard response means no support. */
|
||||
if (~tty->flags & TTY_HAVEKKB)
|
||||
tty->flags |= TTY_HAVEKKB;
|
||||
tty->flags |= TTY_HAVEKKB;
|
||||
tty_update_features(tty);
|
||||
tty->flags |= TTY_HAVEDA;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user