From 411a46eff224c2cade990436d52956aa50dbd77b Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Sun, 11 Aug 2019 01:40:12 -0400 Subject: Use low numbers for states --- term.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'term.h') diff --git a/term.h b/term.h index 03d9ac5..2bc4dcb 100644 --- a/term.h +++ b/term.h @@ -58,7 +58,7 @@ enum { ParamCap = 16 }; struct Term { uint rows, cols; - char state; + uint state; struct { bool q; uint s[ParamCap]; -- cgit 1.4.1