aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/tui
Commit message (Collapse)AuthorAge
...
* tui: Fix to_status_line terminfo sequence for xtermThiago de Arruda2015-02-17
| | | | | Moving the cursor to the status line(to set the title) requires a different sequence for xterm than the one used by urxvt.
* tui: Fix background clear for some terminalsThiago de Arruda2015-02-17
| | | | | Some terminals will perform clearing functions using the current attributes. Ensure the default attributes are set before clearing.
* ui: Rewrite the builtin terminal UIThiago de Arruda2015-02-16
Now all terminal-handling code was moved to src/nvim/tui, which implements a new terminal UI based on libtermkey and unibilium