aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ugrid.c
Commit message (Collapse)AuthorAge
* tui: Move screen state tracking to new "ugrid" moduleThiago de Arruda2015-09-06
The ugrid module implements a unicode "drawing" grid and is used to store TUI screen state. Later this module will be reused in other layers.