mirror of
https://github.com/profanity-im/profanity.git
synced 2025-01-03 14:57:42 -05:00
Remove whitespace
This commit is contained in:
parent
e6d016e640
commit
c10880ced4
@ -467,8 +467,6 @@ _printable(const wint_t ch)
|
||||
char bytes[MB_CUR_MAX+1];
|
||||
size_t utf_len = wcrtomb(bytes, ch, NULL);
|
||||
bytes[utf_len] = '\0';
|
||||
|
||||
gunichar unichar = g_utf8_get_char(bytes);
|
||||
return g_unichar_isprint(unichar) && (ch != KEY_MOUSE);
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user