diff options
| author | June McEnroe <june@causal.agency> | 2019-08-05 19:29:35 -0400 |
|---|---|---|
| committer | June McEnroe <june@causal.agency> | 2019-08-05 19:29:35 -0400 |
| commit | 6e9c4b5212f2bfc92051969711e74713604bee12 (patch) | |
| tree | 95ca2194dcc291de4434bd29b27d7779c1d3665c /stream.h | |
| parent | Fix CUP coords in termSnapshot (diff) | |
| download | stream-6e9c4b5212f2bfc92051969711e74713604bee12.tar.gz stream-6e9c4b5212f2bfc92051969711e74713604bee12.zip | |
Handle DECSET/DECRST for cursor
Diffstat (limited to 'stream.h')
| -rw-r--r-- | stream.h | 1 |
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; |