summaryrefslogtreecommitdiffstats
path: root/Panel.c
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2011-11-05 04:19:47 +0000
committerHisham Muhammad <hisham@gobolinux.org>2011-11-05 04:19:47 +0000
commite204861de57b18b889ff7147e64ed64434a81947 (patch)
treeb426fb57fd395ea64ec151e52a4eec12155657cd /Panel.c
parent4c4cceee5d691e4ac99fc6730b6bb7655dbba7cd (diff)
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.
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 5da79092..43432602 100644
--- a/Panel.c
+++ b/Panel.c
@@ -47,6 +47,7 @@ struct Panel_ {
bool needsRedraw;
RichString header;
Panel_EventHandler eventHandler;
+ char* eventHandlerBuffer;
};
}*/

© 2014-2024 Faster IT GmbH | imprint | privacy policy