From 7ca10817122d3b7b30fabb1cadb75e5ee14b364e Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Fri, 18 Nov 2011 06:08:56 +0000 Subject: Mega-commit with features and tweaks for 1.0: * Performance improvements * Support for splitting CPU meters into two or four columns (thanks to Wim Heirman) * Switch from PLPA, which is now deprecated, to HWLOC. * Bring back support for native Linux sched_setaffinity, so we don't have to use HWLOC where we don't need to. * Support for typing in user names and column fields in selection panels. --- Panel.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Panel.h') diff --git a/Panel.h b/Panel.h index fb588789..bc838105 100644 --- a/Panel.h +++ b/Panel.h @@ -117,4 +117,7 @@ void Panel_draw(Panel* this, bool focus); bool Panel_onKey(Panel* this, int key); + +HandlerResult Panel_selectByTyping(Panel* this, int ch); + #endif -- cgit v1.2.3