mirror of https://github.com/xzeldon/htop.git
Compress size of default FunctionBar
This commit is contained in:
parent
55eafd3b39
commit
fc301b7447
|
@ -13,7 +13,7 @@ in the source distribution for its full text.
|
|||
|
||||
#include <stdlib.h>
|
||||
|
||||
static const char* const MainFunctions[] = {"Help ", "Setup ", "Search ", "Filter ", "Tree ", "SortBy ", "Nice - ", "Nice + ", "Kill ", "Quit ", NULL};
|
||||
static const char* const MainFunctions[] = {"Help ", "Setup ", "Search", "Filter", "Tree ", "SortBy", "Nice -", "Nice +", "Kill ", "Quit ", NULL};
|
||||
|
||||
void MainPanel_updateTreeFunctions(MainPanel* this, bool mode) {
|
||||
FunctionBar* bar = MainPanel_getFunctionBar(this);
|
||||
|
|
Loading…
Reference in New Issue