aboutsummaryrefslogtreecommitdiff
path: root/view.h
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2016-03-10 21:55:41 +0100
committerMarc André Tanner <mat@brain-dump.org>2016-03-10 22:36:54 +0100
commit0e322d577bf834d8f7c9a7d3c53a58f8e7bb93c1 (patch)
treeeefe6bbc9eb8ce96d71cd8b857cace4caa662507 /view.h
parent650ef03aa0529f7b69e4757697f161258b07ef1d (diff)
downloadvis-0e322d577bf834d8f7c9a7d3c53a58f8e7bb93c1.tar.gz
vis-0e322d577bf834d8f7c9a7d3c53a58f8e7bb93c1.tar.xz
ui: make primary cursor blink
Diffstat (limited to 'view.h')
-rw-r--r--view.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/view.h b/view.h
index f33f1a8..f2e30eb 100644
--- a/view.h
+++ b/view.h
@@ -28,6 +28,7 @@ typedef struct {
unsigned int attr;
bool selected; /* whether this cell is part of a selected region */
bool cursor; /* whether a cursor is currently located on the cell */
+ bool cursor_primary;
} Cell;
typedef struct Line Line;