mirror of https://github.com/xzeldon/htop.git
MainPanel: add seventh char to main functions
reason: currently, for example 'search' and 'filter' look very densely packed
This commit is contained in:
parent
402e46bb82
commit
18a60d668d
|
@ -36,7 +36,7 @@ typedef bool(*MainPanel_ForeachProcessFn)(Process*, Arg);
|
|||
|
||||
}*/
|
||||
|
||||
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