mirror of
https://github.com/neovim/neovim.git
synced 2025-10-05 17:36:29 +00:00
refactor: Rename get_term_attr_entry
Rename get_term_attr_entry to hl_get_term_attr, similar to hl_get_syn_attr, hl_get_ui_attr.
This commit is contained in:
@@ -104,7 +104,7 @@ static void ui_thread_run(void *data)
|
||||
|
||||
static void ui_bridge_stop(UI *b)
|
||||
{
|
||||
// Detach brigde first, so that "stop" is the last event the TUI loop
|
||||
// Detach bridge first, so that "stop" is the last event the TUI loop
|
||||
// receives from the main thread. #8041
|
||||
ui_detach_impl(b);
|
||||
UIBridgeData *bridge = (UIBridgeData *)b;
|
||||
|
Reference in New Issue
Block a user