| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
|
|
| |
Closes #1234
multiqueue:
- Implement multiqueue_size()
- Rename MultiQueueItem.parent to MultiQueueItem.parent_item, to avoid confusion
with MultiQueue.parent.
|
|
|
|
|
|
| |
ui_bridge.c is useful for libnvim consumers, not just the built-in TUI.
This reverts commit beb2e4f095583af09ebe9c66e3bf453b61511f23.
|
| |
|
| |
|
| |
|
|
|
|
| |
Fixed by waiting until the UI thread finishes processing events. Close #3541.
|
|
The ui_bridge.c module implements a surrogate UI that forwards calls to another
thread.
|