From 51cd7471a0d6b7fc60fba5956b7ddc827e567776 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Sat, 28 Nov 2015 12:01:17 +0100 Subject: view: remove special treatment of tabs in cell matrix --- view.h | 1 - 1 file changed, 1 deletion(-) (limited to 'view.h') 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; -- cgit v1.2.3