diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2017-03-22 08:22:23 +0100 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2017-03-22 08:22:23 +0100 |
| commit | 810e8a9a6ecd8557b371c5d9c51c718e372b0fb4 (patch) | |
| tree | 3b0290cf13af909693a8247f25d7241a56d168a6 /vis.h | |
| parent | 8c283071dc0e51acc868015fe7ae79ab8edbdf85 (diff) | |
| download | vis-810e8a9a6ecd8557b371c5d9c51c718e372b0fb4.tar.gz vis-810e8a9a6ecd8557b371c5d9c51c718e372b0fb4.tar.xz | |
vis: fix syntax highlighting glitches with split windows
When a file was being displayed in multiple windows and changes were
performed to the one showing the preceding file region, the syntax
highlighting of the window showing the later parts would get messed up.
Diffstat (limited to 'vis.h')
| -rw-r--r-- | vis.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -119,6 +119,7 @@ bool vis_window_split(Win*); /* change status message of this window */ void vis_window_status(Win*, const char *status); void vis_window_draw(Win*); +void vis_window_invalidate(Win*); /* focus the next / previous window */ void vis_window_next(Vis*); void vis_window_prev(Vis*); |
