aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ui_bridge.h
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2016-10-03 10:46:11 +0200
committerJustin M. Keyes <justinkz@gmail.com>2016-12-09 18:51:17 +0100
commit043f85210a06168e36f103950897e00918504f6f (patch)
tree0559ca04b5a34bb6af6934bca9d3efedeb6ef734 /src/nvim/ui_bridge.h
parent5082af415f762e5f5974214e32deff883141bfc2 (diff)
downloadrneovim-043f85210a06168e36f103950897e00918504f6f.tar.gz
rneovim-043f85210a06168e36f103950897e00918504f6f.tar.bz2
rneovim-043f85210a06168e36f103950897e00918504f6f.zip
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.
Diffstat (limited to 'src/nvim/ui_bridge.h')
-rw-r--r--src/nvim/ui_bridge.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/ui_bridge.h b/src/nvim/ui_bridge.h
index 9e4bf9f2a7..dba461550f 100644
--- a/src/nvim/ui_bridge.h
+++ b/src/nvim/ui_bridge.h
@@ -1,5 +1,5 @@
// Bridge for communication between a UI thread and nvim core.
-// Used by the built-in TUI and external libnvim-based UIs.
+// Used by the built-in TUI and libnvim-based UIs.
#ifndef NVIM_UI_BRIDGE_H
#define NVIM_UI_BRIDGE_H