aboutsummaryrefslogtreecommitdiff
path: root/view.h
diff options
context:
space:
mode:
Diffstat (limited to 'view.h')
-rw-r--r--view.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/view.h b/view.h
index cbed355..4447dd7 100644
--- a/view.h
+++ b/view.h
@@ -27,7 +27,6 @@ typedef struct {
one Unicode codepoint. might also not be the same as in the
underlying text, for example tabs get expanded */
unsigned int attr;
- bool istab;
bool selected; /* whether this cell is part of a selected region */
bool cursor; /* whether a cursor is currently locaated on the cell */
} Cell;