mirror of
https://github.com/irssi/irssi.git
synced 2026-08-09 03:40:16 +02:00
Rename IS_PRINTABLE macro to unichar_isprint and move it to utf8.h.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4534 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
bd7bc8781b
commit
d3687d8a97
4 changed files with 4 additions and 4 deletions
|
|
@ -257,7 +257,7 @@ static void gui_entry_draw_from(GUI_ENTRY_REC *entry, int pos)
|
|||
|
||||
if (entry->hidden)
|
||||
term_addch(root_window, ' ');
|
||||
else if (IS_PRINTABLE(*p))
|
||||
else if (unichar_isprint(*p))
|
||||
term_add_unichar(root_window, *p);
|
||||
else {
|
||||
term_set_color(root_window, ATTR_RESET|ATTR_REVERSE);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue