diff --git a/tty-keys.c b/tty-keys.c index ac172790..0e4dad2c 100644 --- a/tty-keys.c +++ b/tty-keys.c @@ -1459,6 +1459,8 @@ tty_keys_device_attributes(struct tty *tty, const char *buf, size_t len, tty_add_features(features, "margins", ","); if (p[i] == 28) tty_add_features(features, "rectfill", ","); + if (p[i] == 52) + tty_add_features(features, "clipboard", ","); } break; }