mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-12 12:14:36 +03:00
Another mega-patch for the refactoring process.
Kinda runs, but functionality from the original main loop is still missing. Patience.
This commit is contained in:
10
Panel.c
10
Panel.c
@ -28,11 +28,11 @@ in the source distribution for its full text.
|
||||
typedef struct Panel_ Panel;
|
||||
|
||||
typedef enum HandlerResult_ {
|
||||
HANDLED = 0x00,
|
||||
IGNORED = 0x01,
|
||||
BREAK_LOOP = 0x02,
|
||||
REFRESH = 0x04,
|
||||
RECALCULATE = 0x08,
|
||||
HANDLED = 0x01,
|
||||
IGNORED = 0x02,
|
||||
BREAK_LOOP = 0x04,
|
||||
REFRESH = 0x08,
|
||||
RECALCULATE = 0x10,
|
||||
} HandlerResult;
|
||||
|
||||
#define EVENT_SETSELECTED -1
|
||||
|
Reference in New Issue
Block a user