summaryrefslogtreecommitdiff
path: root/Panel.c
diff options
context:
space:
mode:
authorloderunner <loderunner@63cc0a6c-1f0e-0410-841e-f6a342073da8>2011-11-05 04:19:47 +0000
committerloderunner <loderunner@63cc0a6c-1f0e-0410-841e-f6a342073da8>2011-11-05 04:19:47 +0000
commitb5b45d76a06ce38744e9939f644e9a19ba8ded73 (patch)
treeb426fb57fd395ea64ec151e52a4eec12155657cd /Panel.c
parent3c8e26900f87db2042d413c0fd8eb1812ef1e915 (diff)
downloadhtop-b5b45d76a06ce38744e9939f644e9a19ba8ded73.tar.gz
Allow typing to select items in various panels (sort, user, signal).
Factored code from the SignalsPanel to apply to all selections from main screen. Closes feature request #3425304. git-svn-id: svn://svn.code.sf.net/p/htop/code/trunk@262 63cc0a6c-1f0e-0410-841e-f6a342073da8
Diffstat (limited to 'Panel.c')
-rw-r--r--Panel.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Panel.c b/Panel.c
index 5da7909..4343260 100644
--- a/Panel.c
+++ b/Panel.c
@@ -47,6 +47,7 @@ struct Panel_ {
bool needsRedraw;
RichString header;
Panel_EventHandler eventHandler;
+ char* eventHandlerBuffer;
};
}*/