summaryrefslogtreecommitdiffstats
path: root/tty-keys.c
diff options
context:
space:
mode:
authornicm <nicm>2023-09-07 10:21:46 +0000
committernicm <nicm>2023-09-07 10:21:46 +0000
commit9653a52a6a406a9c0b665bea5b706b571c6117be (patch)
tree21d0c184f00f60e7a83046536fea1072bfe1d0de /tty-keys.c
parentc99f9e92e0abaf5f359aa251b9ba677e136f1009 (diff)
Use DECSLRM and DECFRA on terminals pretending to be VT520 or VT525 as
well as VT420.
Diffstat (limited to 'tty-keys.c')
-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 */