Skip to content

Commit

Permalink
Htop with multiple utf8 bar Types
Browse files Browse the repository at this point in the history
  • Loading branch information
rustedusted committed Oct 14, 2024
1 parent b970dc3 commit a3d603c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Settings.h
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ typedef struct Settings_ {
bool changed;
uint64_t lastUpdate;

uint8_t barType;
int barType;
} Settings;

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

0 comments on commit a3d603c

Please sign in to comment.