Skip to content

Commit a3d603c

Browse files
committed
Htop with multiple utf8 bar Types
1 parent b970dc3 commit a3d603c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Settings.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ typedef struct Settings_ {
112112
bool changed;
113113
uint64_t lastUpdate;
114114

115-
uint8_t barType;
115+
int barType;
116116
} Settings;
117117

118118
#define Settings_cpuId(settings, cpu) ((settings)->countCPUsFromOne ? (cpu)+1 : (cpu))

0 commit comments

Comments
 (0)