aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/highlight_defs.h
Commit message (Collapse)AuthorAge
* ui/tui: highlighting refactorBjörn Linse2018-02-11
| | | | | | | | Make HlAttr contain highlighting state for both color modes (cterm and rgb). This allows us to implement termguicolors completely in the TUI. Simplify some logic duplicated between ui.c and screen.c. Also avoid some superfluous highlighting reset events.
* screen.c: fix lintBjörn Linse2017-06-14
|
* screen.c: make more highlights window specificBjörn Linse2017-06-14