mirror of
https://github.com/neovim/neovim.git
synced 2025-09-14 23:38:17 +00:00
ui: cleanup UI_CALL wrappers
remove pointless control chars in the text stream
This commit is contained in:
@@ -683,7 +683,7 @@ static int term_settermprop(VTermProp prop, VTermValue *val, void *data)
|
||||
|
||||
static int term_bell(void *data)
|
||||
{
|
||||
ui_putc('\x07');
|
||||
ui_call_bell();
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user