Code

Support SIGSTOP, SIGCONT in raw mode
[ncmpc.git] / src / ncmpc.h
index 4118456a13ceea3fd0a4d5a2c4a48831c24da300..dec530dc2987c3e95d5aca86504a0398b2a04a63 100644 (file)
@@ -46,4 +46,10 @@ void D(char *format, ...);
 #define DEFAULT_STATUS_FORMAT "[%artist% - ]%title%|%shortfile%"
 #define STATUS_FORMAT (options.status_format ? options.status_format : DEFAULT_STATUS_FORMAT)
 
+/* sigstop key (Ctrl-Z) */
+#define KEY_SIGSTOP 26
+
+/* send SIGSTOP */
+void sigstop(void);
+
 #endif /* NCMPC_H */