aboutsummaryrefslogtreecommitdiff
path: root/view.h
diff options
context:
space:
mode:
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;