mirror of
https://github.com/neovim/neovim.git
synced 2025-10-17 23:31:51 +00:00
ui_bridge: make sure TUI receives no more UI events after "stop" event
This commit is contained in:
@@ -144,12 +144,6 @@ void ui_builtin_stop(void)
|
||||
UI_CALL(stop);
|
||||
}
|
||||
|
||||
/// Returns true if UI `ui` is stopped.
|
||||
bool ui_is_stopped(UI *ui)
|
||||
{
|
||||
return ui->data == NULL;
|
||||
}
|
||||
|
||||
bool ui_rgb_attached(void)
|
||||
{
|
||||
if (!headless_mode && p_tgc) {
|
||||
|
Reference in New Issue
Block a user