From 72ba20fa5f077bab4286dd78f9944df15de3b3b4 Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Tue, 31 Aug 2021 15:38:52 +1000 Subject: Introduce screen tabs This is a forward port (by nathans) of Hisham's original code. --- Action.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Action.h') diff --git a/Action.h b/Action.h index e1d14e4f..06af1886 100644 --- a/Action.h +++ b/Action.h @@ -57,6 +57,8 @@ bool Action_setUserOnly(const char* userName, uid_t* userId); Htop_Reaction Action_setSortKey(Settings* settings, ProcessField sortKey); +Htop_Reaction Action_setScreenTab(Settings* settings, int x); + Htop_Reaction Action_follow(State* st); void Action_setBindings(Htop_Action* keys); -- cgit v1.2.3