From 83364534ca9ab777d824392b6fc1f3befedca62f Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Sun, 18 Aug 2019 15:11:01 -0400 Subject: Implement alternate charset --- term.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'term.h') diff --git a/term.h b/term.h index f2df1fa..155d01b 100644 --- a/term.h +++ b/term.h @@ -14,7 +14,6 @@ * along with this program. If not, see . */ -#include #include typedef unsigned uint; @@ -69,6 +68,7 @@ struct Term { uint top, bot; } scroll; uint y, x; + uint charset; struct Style style; struct Cell cells[]; }; -- cgit 1.4.1