Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | ui: Implement set_{title,icon} | Thiago de Arruda | 2015-01-14 | |
| | ||||
* | test: Add Screen.debug for inspecting screens of hanging tests | Thiago de Arruda | 2015-01-13 | |
| | ||||
* | ui: Add 'rgb' parameter to ui_attach | Thiago de Arruda | 2015-01-13 | |
| | | | | When set to false, nvim will send cterm color numbers with `highlight_set`. | |||
* | ui: Fix ui resizing and change some method names | Thiago de Arruda | 2015-01-13 | |
| | ||||
* | ui: Add update_fg/update_bg methods | Thiago de Arruda | 2015-01-13 | |
| | | | | | It is necessary to notify the UI when the default background/foreground colors change in order to render correctly. | |||
* | test: Fix clear/eol_clear in screen.lua | Thiago de Arruda | 2015-01-13 | |
| | | | | These functions need to operate on the current the scroll region. | |||
* | Revert "[WIP] "abstract_ui" fixes and improvements" | Justin M. Keyes | 2015-01-12 | |
| | ||||
* | ui: Reimplement `:suspend` command for remote UIs. | Thiago de Arruda | 2015-01-12 | |
| | | | | | | - Remove suspend method from the UI protocol - Handle `:suspend` by disconnecting the last channel that sent a request to nvim. | |||
* | ui: Add 'rgb' parameter to ui_attach | Thiago de Arruda | 2015-01-12 | |
| | | | | When set to false, nvim will send cterm color numbers with `highlight_set`. | |||
* | ui: Fix ui resizing and change some method names | Thiago de Arruda | 2015-01-12 | |
| | ||||
* | ui: Add update_fg/update_bg methods | Thiago de Arruda | 2015-01-10 | |
| | | | | | It is necessary to notify the UI when the default background/foreground colors change in order to render correctly. | |||
* | test: Fix eol_clear in screen.lua | Thiago de Arruda | 2015-01-10 | |
| | | | | | It should only clear to the end of the current scroll region(this is the behavior expected by nvim) | |||
* | input: Recognize mouse events for abstract_ui | Thiago de Arruda | 2014-12-10 | |
| | ||||
* | test: Add screen test facility | Thiago de Arruda | 2014-12-09 | |
- Add screen.lua which implements a remote screen to verify screen state by tests under functional/ui - Add some basic screen/highlight tests |