diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2017-03-19 12:29:13 +0100 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2017-03-19 14:58:07 +0100 |
| commit | f295bba61f97ff0d3d43fcc156b78856f715ffad (patch) | |
| tree | 74c8ab9561d7dd026595525dad58a8ec38b0c5d6 /vis-core.h | |
| parent | 0102293b417d2adc5c4eeff78a9d31f61c9dd6ff (diff) | |
| download | vis-f295bba61f97ff0d3d43fcc156b78856f715ffad.tar.gz vis-f295bba61f97ff0d3d43fcc156b78856f715ffad.tar.xz | |
Move :set horizon option implementaiton to lua
Diffstat (limited to 'vis-core.h')
| -rw-r--r-- | vis-core.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -148,7 +148,6 @@ struct Win { Win *parent; /* window which was active when showing the command prompt */ Mode *parent_mode; /* mode which was active when showing the command prompt */ char *lexer_name; /* corresponds to filename in lexers/ subdirectory */ - size_t horizon; /* max bytes to consider for syntax coloring before viewport */ Win *prev, *next; /* neighbouring windows */ }; |
