Skip to content

Commit

Permalink
adding Increament Decreament labels to function bar and also F7 and F…
Browse files Browse the repository at this point in the history
…8 keybindings to increaement decreament in setup panel

This is about issue htop-dev#737
  • Loading branch information
rustedusted committed Oct 16, 2024
1 parent 4102862 commit 327b87c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DisplayOptionsPanel.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ in the source distribution for its full text.
#include "ScreensPanel.h"


static const char* const DisplayOptionsFunctions[] = {" ", " ", " ", " ", " ", " ", " ", " ", " ", "Done ", NULL};
static const char* const DisplayOptionsFunctions[] = {" ", " ", " ", " ", " ", " ", "Value-", "Value+", " ", "Done ", NULL};

static void DisplayOptionsPanel_delete(Object* object) {
Panel* super = (Panel*) object;
Expand Down

0 comments on commit 327b87c

Please sign in to comment.