summary refs log tree commit diff
path: root/stream.h
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-08-05 19:29:35 -0400
committerJune McEnroe <june@causal.agency>2019-08-05 19:29:35 -0400
commit6e9c4b5212f2bfc92051969711e74713604bee12 (patch)
tree95ca2194dcc291de4434bd29b27d7779c1d3665c /stream.h
parentFix CUP coords in termSnapshot (diff)
downloadstream-6e9c4b5212f2bfc92051969711e74713604bee12.tar.gz
stream-6e9c4b5212f2bfc92051969711e74713604bee12.zip
Handle DECSET/DECRST for cursor
Diffstat (limited to 'stream.h')
-rw-r--r--stream.h1
1 files changed, 1 insertions, 0 deletions
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;