Added Pleng's option to not quit on app run; added toggle (press "A" or tab) for...
[pandora-libraries.git] / minimenu / mmenu.h
index 1c71f6f..1d3868d 100644 (file)
@@ -19,7 +19,8 @@ typedef enum {
   pndn_none
 } pndnotify_loglevels_e;
 
-void emit_and_quit ( char *s );
+void emit_and_quit ( char *s );      // normal case; quit and run an app
+void emit_and_run ( char *buffer );  // odd case; run an app and stay alive
 
 void applications_free ( void );
 void applications_scan ( void );