Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2025-06-24 14:01:08 +01:00

View File

@ -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;
}