From 32c134f5a9780ba86635a48814d7fa0e4fd72974 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Tue, 5 May 2020 12:39:20 +0100 Subject: [PATCH] Wrap a line. --- tty-keys.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tty-keys.c b/tty-keys.c index f5a3418f..dc064a17 100644 --- a/tty-keys.c +++ b/tty-keys.c @@ -1064,10 +1064,7 @@ tty_keys_device_attributes(struct tty *tty, const char *buf, size_t len, /* Add terminal features. */ switch (p[0]) { case 41: /* VT420 */ - tty_add_features(&c->term_features, - "margins," - "rectfill", - ","); + tty_add_features(&c->term_features, "margins,rectfill", ","); break; case 'M': /* mintty */ tty_default_features(&c->term_features, "mintty", 0);