Skip to content

Commit a05175b

Browse files
committed
Fix "Swap bar" alignment in help screen
Regression from b29b33e The misaligned text is only seen on non-Linux systems.
1 parent b2e86aa commit a05175b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Action.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -758,7 +758,7 @@ static Htop_Reaction actionHelp(State* st) {
758758
addbartext(CRT_colors[SWAP_CACHE], "/", "cache");
759759
addbartext(CRT_colors[SWAP_FRONTSWAP], "/", "frontswap");
760760
#else
761-
addbartext(CRT_colors[SWAP_CACHE], " ", "");
761+
addbartext(CRT_colors[BAR_SHADOW], " ", "");
762762
#endif
763763
addbartext(CRT_colors[BAR_SHADOW], " ", "used");
764764
addbartext(CRT_colors[BAR_SHADOW], "/", "total");

0 commit comments

Comments
 (0)