mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-13 04:34:35 +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:
6
Action.h
6
Action.h
@ -39,12 +39,6 @@ typedef struct State_ {
|
||||
Header* header;
|
||||
} State;
|
||||
|
||||
typedef bool(*Action_ForeachProcessFn)(Process*, size_t);
|
||||
|
||||
|
||||
int Action_selectedPid(Panel* panel);
|
||||
|
||||
bool Action_foreachProcess(Panel* panel, Action_ForeachProcessFn fn, int arg, bool* wasAnyTagged);
|
||||
|
||||
Object* Action_pickFromVector(State* st, Panel* list, int x, const char** keyLabels);
|
||||
|
||||
|
Reference in New Issue
Block a user