Thiago de Arruda
|
46b4764f7a
|
ui: Merge standout and reverse into one attribute
|
2015-01-13 11:54:52 -03:00 |
|
Thiago de Arruda
|
926503c84e
|
ui: Fix ui resizing and change some method names
|
2015-01-13 11:54:28 -03:00 |
|
Thiago de Arruda
|
8c12292a61
|
remote_ui: Move handler registration to remote_ui.c
Also disable deferral of attach_ui
|
2015-01-13 11:53:27 -03:00 |
|
Thiago de Arruda
|
fc8f768690
|
ui: Add update_fg/update_bg methods
It is necessary to notify the UI when the default background/foreground colors
change in order to render correctly.
|
2015-01-13 11:53:27 -03:00 |
|
Justin M. Keyes
|
d7e18b5c95
|
Revert "[WIP] "abstract_ui" fixes and improvements"
|
2015-01-12 10:14:52 -05:00 |
|
Thiago de Arruda
|
d992213678
|
ui: Reimplement :suspend command for remote UIs.
- Remove suspend method from the UI protocol
- Handle `:suspend` by disconnecting the last channel that sent a request to
nvim.
|
2015-01-12 09:47:41 -03:00 |
|
Thiago de Arruda
|
74c247f75b
|
ui: Add 'rgb' parameter to ui_attach
When set to false, nvim will send cterm color numbers with `highlight_set`.
|
2015-01-12 09:47:41 -03:00 |
|
Thiago de Arruda
|
0887c5446e
|
ui: Merge standout and reverse into one attribute
|
2015-01-12 09:47:40 -03:00 |
|
Thiago de Arruda
|
213c3c3e53
|
ui: Fix ui resizing and change some method names
|
2015-01-12 09:47:34 -03:00 |
|
Thiago de Arruda
|
9b30abcecb
|
remote_ui: Move handler registration to remote_ui.c
Also don't defer attach_ui handling
|
2015-01-10 21:41:32 -03:00 |
|
Thiago de Arruda
|
4f5f246a95
|
ui: Add update_fg/update_bg methods
It is necessary to notify the UI when the default background/foreground colors
change in order to render correctly.
|
2015-01-10 21:41:31 -03:00 |
|
Thiago de Arruda
|
f8c3a14dc3
|
msgpack-rpc: Add remote_ui module
The remote_ui module is an implementation of the UI layer, and it attaches UI
instances that redirect redraw notifications to connected clients.
|
2014-12-08 23:44:24 -03:00 |
|