From 8a1f8624ee4a859477809d6a554ad290dae15e63 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Wed, 14 Aug 2019 00:05:30 -0400 Subject: Allow :<=>? in CSI params --- term.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'term.h') diff --git a/term.h b/term.h index b4a96af..19ebb95 100644 --- a/term.h +++ b/term.h @@ -58,7 +58,7 @@ struct Term { uint rows, cols; uint state; struct { - bool q; + bool lt, eq, gt, qm; uint s[ParamCap]; uint n, i; } param; -- cgit 1.4.1