mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-12 12:14:36 +03:00
remove UTF-8 code when compiling with --disable-unicode
This commit is contained in:
8
Meter.h
8
Meter.h
@ -119,11 +119,19 @@ ListItem* Meter_toListItem(Meter* this, bool moving);
|
||||
|
||||
/* ---------- GraphMeterMode ---------- */
|
||||
|
||||
#ifdef HAVE_LIBNCURSESW
|
||||
|
||||
#define PIXPERROW_UTF8 4
|
||||
#endif
|
||||
|
||||
#define PIXPERROW_ASCII 2
|
||||
|
||||
/* ---------- LEDMeterMode ---------- */
|
||||
|
||||
#ifdef HAVE_LIBNCURSESW
|
||||
|
||||
#endif
|
||||
|
||||
extern MeterMode* Meter_modes[];
|
||||
|
||||
/* Blank meter */
|
||||
|
Reference in New Issue
Block a user