From d60e585d9e6f01c06b936f550ebf889453a8720f Mon Sep 17 00:00:00 2001 From: nicm Date: Mon, 6 Feb 2017 22:05:11 +0000 Subject: Use DECFRA on VT420 compatible terminals (so, xterm) and ED on all others for clearing panes. --- input.c | 1 + 1 file changed, 1 insertion(+) (limited to 'input.c') diff --git a/input.c b/input.c index 76a6e9f8..26eb1686 100644 --- a/input.c +++ b/input.c @@ -87,6 +87,7 @@ struct input_ctx { struct utf8_data utf8data; int ch; + int flags; #define INPUT_DISCARD 0x1 -- cgit