dundargoc
9fec6dc9a2
refactor(uncrustify): set maximum number of consecutive newlines to 2 ( #18695 )
2022-05-25 12:31:14 -06:00
dundargoc
40be47e0fa
refactor: format all C files under nvim/ #15977
...
* refactor: format all C files under nvim
* refactor: disable formatting for Vim-owned files:
* src/nvim/indent_c.c
* src/nvim/regexp.c
* src/nvim/regexp_nfa.c
* src/nvim/testdir/samples/memfile_test.c
2021-10-12 07:56:52 -07:00
Justin M. Keyes
043f85210a
tui: "backpressure": Drop messages to avoid flooding.
...
Closes #1234
multiqueue:
- Implement multiqueue_size()
- Rename MultiQueueItem.parent to MultiQueueItem.parent_item, to avoid confusion
with MultiQueue.parent.
2016-12-09 18:51:17 +01:00
Justin M. Keyes
c9b9f052cc
Revert "tui: Move ui_bridge module to tui/ namespace."
...
ui_bridge.c is useful for libnvim consumers, not just the built-in TUI.
This reverts commit beb2e4f095
.
2016-10-13 16:05:06 +02:00
Justin M. Keyes
beb2e4f095
tui: Move ui_bridge module to tui/ namespace.
2016-09-28 03:29:54 +02:00
Justin M. Keyes
9c2f4ce20d
doc: minor comment tweaks
2016-09-28 03:01:57 +02:00
ZyX
d359bb3f60
*: Fix errors from new linter checks
2016-06-11 00:08:57 +03:00
Thiago de Arruda
0dac666098
ui_bridge: Fix race condition that results in deadlock.
...
Fixed by waiting until the UI thread finishes processing events. Close #3541 .
2015-10-31 08:03:49 -03:00
Thiago de Arruda
9f9710aab4
ui: Implement module for thread-safe communication with U
...
The ui_bridge.c module implements a surrogate UI that forwards calls to another
thread.
2015-09-06 09:18:53 -03:00