Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Revert "tui: Move ui_bridge module to tui/ namespace." | Justin M. Keyes | 2016-10-13 |
| | | | | | | ui_bridge.c is useful for libnvim consumers, not just the built-in TUI. This reverts commit beb2e4f095583af09ebe9c66e3bf453b61511f23. | ||
* | tui: Move ui_bridge module to tui/ namespace. | Justin M. Keyes | 2016-09-28 |
| | |||
* | doc: minor comment tweaks | Justin M. Keyes | 2016-09-28 |
| | |||
* | *: Fix errors from new linter checks | ZyX | 2016-06-11 |
| | |||
* | ui_bridge: Fix race condition that results in deadlock. | Thiago de Arruda | 2015-10-31 |
| | | | | Fixed by waiting until the UI thread finishes processing events. Close #3541. | ||
* | ui: Implement module for thread-safe communication with U | Thiago de Arruda | 2015-09-06 |
The ui_bridge.c module implements a surrogate UI that forwards calls to another thread. |