aboutsummaryrefslogtreecommitdiff
path: root/view.h
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2015-11-28 12:01:17 +0100
committerMarc André Tanner <mat@brain-dump.org>2015-11-28 12:02:09 +0100
commit51cd7471a0d6b7fc60fba5956b7ddc827e567776 (patch)
treedcf1a9c95a86dd17c6e05ca6b8e7dc3487ec9515 /view.h
parent1954d5ef9219b5c3c8ba757b0936118fe265d13b (diff)
downloadvis-51cd7471a0d6b7fc60fba5956b7ddc827e567776.tar.gz
vis-51cd7471a0d6b7fc60fba5956b7ddc827e567776.tar.xz
view: remove special treatment of tabs in cell matrix
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;