Code

command: move get_keyboard_command() to keyboard.c
[ncmpc.git] / src / ncmpc.h
index a2f3aed4910c793075816ab29b036ac24bbccc79..2ca79ad55b2f1e07f024743aeae312a4c20c4e4b 100644 (file)
 
 #include "command.h"
 
-/** put the terminal in a sane mode and stop/suspend ncmpc */
-void
-sigstop(void);
+#include <stdbool.h>
 
 void begin_input_event(void);
 void end_input_event(void);
-int do_input_event(command_t cmd);
+
+/**
+ * @return false if the application shall quit
+ */
+bool
+do_input_event(command_t cmd);
 
 #endif /* NCMPC_H */