summary refs log tree commit diff
path: root/stream.h
diff options
context:
space:
mode:
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;