mirror of
https://github.com/irssi/irssi.git
synced 2026-08-13 21:52:17 +02:00
Add common IS_PRINTABLE macro.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4474 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
b8380772e2
commit
7c84b6fc2e
4 changed files with 5 additions and 5 deletions
|
|
@ -22,6 +22,8 @@ typedef struct _TERM_WINDOW TERM_WINDOW;
|
|||
|
||||
typedef guint32 unichar;
|
||||
|
||||
#define IS_PRINTABLE(c) (((c) & ~0x80) >= 32)
|
||||
|
||||
extern TERM_WINDOW *root_window;
|
||||
extern int term_width, term_height;
|
||||
extern int term_use_colors, term_type, term_detached;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue