mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-12 12:14:36 +03:00
Improving Command display/sort
This commit is contained in:

committed by
BenBE

parent
42c842c190
commit
09fe94da18
3
CRT.h
3
CRT.h
@ -43,6 +43,7 @@ typedef enum ColorElements_ {
|
||||
FUNCTION_BAR,
|
||||
FUNCTION_KEY,
|
||||
FAILED_SEARCH,
|
||||
FAILED_READ,
|
||||
PAUSED,
|
||||
PANEL_HEADER_FOCUS,
|
||||
PANEL_HEADER_UNFOCUS,
|
||||
@ -77,6 +78,8 @@ typedef enum ColorElements_ {
|
||||
PROCESS_TOMB,
|
||||
PROCESS_THREAD,
|
||||
PROCESS_THREAD_BASENAME,
|
||||
PROCESS_COMM,
|
||||
PROCESS_THREAD_COMM,
|
||||
BAR_BORDER,
|
||||
BAR_SHADOW,
|
||||
GRAPH_1,
|
||||
|
Reference in New Issue
Block a user