diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2017-12-14 00:24:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-14 00:24:35 +0100 |
commit | 6ff13d78b7eb0a1fae2e2e8cdd054072e1467158 (patch) | |
tree | e52065c81ca5caec6370def83147094e6e93917d /src/nvim/ui.h | |
parent | 7164f618504bb1b3374da1bcc26c6cf2ac8b3f86 (diff) | |
parent | ed92ece815e1f32259b3f0397476ff6ac92726e3 (diff) | |
download | rneovim-6ff13d78b7eb0a1fae2e2e8cdd054072e1467158.tar.gz rneovim-6ff13d78b7eb0a1fae2e2e8cdd054072e1467158.tar.bz2 rneovim-6ff13d78b7eb0a1fae2e2e8cdd054072e1467158.zip |
Merge #7720 'tui: rework deferred-termcodes implementation'
Diffstat (limited to 'src/nvim/ui.h')
-rw-r--r-- | src/nvim/ui.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/nvim/ui.h b/src/nvim/ui.h index f1ea0716e6..0e40a1a215 100644 --- a/src/nvim/ui.h +++ b/src/nvim/ui.h @@ -31,11 +31,9 @@ struct ui_t { bool ui_ext[UI_WIDGETS]; ///< Externalized widgets int width, height; void *data; - #ifdef INCLUDE_GENERATED_DECLARATIONS # include "ui_events.generated.h" #endif - void (*event)(UI *ui, char *name, Array args, bool *args_consumed); void (*stop)(UI *ui); }; |