From 6e9c4b5212f2bfc92051969711e74713604bee12 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Mon, 5 Aug 2019 19:29:35 -0400 Subject: Handle DECSET/DECRST for cursor --- stream.h | 1 + 1 file changed, 1 insertion(+) (limited to 'stream.h') diff --git a/stream.h b/stream.h index 8726381..4610647 100644 --- a/stream.h +++ b/stream.h @@ -41,6 +41,7 @@ struct Cell { }; struct Display { + bool cursor; uint rows, cols; uint y, x; const struct Cell *cells; -- cgit 1.4.1