ui: cleanup UI_CALL wrappers

remove pointless control chars in the text stream
This commit is contained in:
Björn Linse
2017-05-10 09:54:54 +02:00
parent c778311505
commit 7d6af9985c
10 changed files with 57 additions and 168 deletions

View File

@@ -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;
}