From 0e322d577bf834d8f7c9a7d3c53a58f8e7bb93c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Thu, 10 Mar 2016 21:55:41 +0100 Subject: ui: make primary cursor blink --- view.h | 1 + 1 file changed, 1 insertion(+) (limited to 'view.h') 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; -- cgit v1.2.3