aboutsummaryrefslogtreecommitdiff
path: root/view.h
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2016-05-20 13:16:09 +0200
committerMarc André Tanner <mat@brain-dump.org>2016-05-22 00:05:30 +0200
commit207106ffca7b291b06cbd5366264cc66ee76af6a (patch)
tree44fa595732858c0f390b4e872e47d7d9d7341e44 /view.h
parent8df64eae8924d4e2c2ca1b883e8149108ed4333d (diff)
downloadvis-207106ffca7b291b06cbd5366264cc66ee76af6a.tar.gz
vis-207106ffca7b291b06cbd5366264cc66ee76af6a.tar.xz
ui: s/UiStyles/UiStyle/g
Diffstat (limited to 'view.h')
-rw-r--r--view.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/view.h b/view.h
index 3f994be..c44726e 100644
--- a/view.h
+++ b/view.h
@@ -25,7 +25,7 @@ typedef struct {
char data[16]; /* utf8 encoded character displayed in this cell (might be more than
one Unicode codepoint. might also not be the same as in the
underlying text, for example tabs get expanded */
- enum UiStyles style;/* style id used to display this cell */
+ enum UiStyle style; /* style id used to display this cell */
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;/* whether it is the primary cursor located on the cell */