summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2023-09-07 14:01:11 +0100
committerThomas Adam <thomas@xteddy.org>2023-09-07 14:01:11 +0100
commit32197fa52dd53b7afbd0a175616278507a125db3 (patch)
treee0735fd80ae04fe38b482b22f4a3843b45e78b59
parentd60c8942ce7f03cad01e5d920c622636739fcae1 (diff)
parent9653a52a6a406a9c0b665bea5b706b571c6117be (diff)
Merge branch 'obsd-master'
-rw-r--r--tty-keys.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tty-keys.c b/tty-keys.c
index 105ab5f1..3a8b779e 100644
--- a/tty-keys.c
+++ b/tty-keys.c
@@ -1396,6 +1396,9 @@ tty_keys_device_attributes2(struct tty *tty, const char *buf, size_t len,
/* Add terminal features. */
switch (p[0]) {
case 41: /* VT420 */
+ case 61: /* VT510 */
+ case 64: /* VT520 */
+ case 65: /* VT525 */
tty_add_features(features, "margins,rectfill", ",");
break;
case 'M': /* mintty */