mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-13 12:44:34 +03:00
remove UTF-8 code when compiling with --disable-unicode
This commit is contained in:
8
CRT.h
8
CRT.h
@ -114,14 +114,18 @@ void CRT_handleSIGSEGV(int sgn);
|
||||
|
||||
extern const char *CRT_treeStrAscii[TREE_STR_COUNT];
|
||||
|
||||
#ifdef HAVE_LIBNCURSESW
|
||||
|
||||
extern const char *CRT_treeStrUtf8[TREE_STR_COUNT];
|
||||
|
||||
extern bool CRT_utf8;
|
||||
|
||||
#endif
|
||||
|
||||
extern const char **CRT_treeStr;
|
||||
|
||||
extern int CRT_delay;
|
||||
|
||||
extern bool CRT_utf8;
|
||||
|
||||
int* CRT_colors;
|
||||
|
||||
extern int CRT_colorSchemes[LAST_COLORSCHEME][LAST_COLORELEMENT];
|
||||
|
Reference in New Issue
Block a user