From 28fc13977e740769d11b17165016559505187486 Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 9 Sep 2014 20:58:26 +0200 Subject: terminal-unix: move to thread Do terminal input with a thread, instead of using the central select() loop. This also changes some details how SIGTERM is handled. Part of my crusade against mp_input_add_fd(). --- input/input.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'input/input.h') diff --git a/input/input.h b/input/input.h index 6ab1392111..1bd1410f66 100644 --- a/input/input.h +++ b/input/input.h @@ -260,6 +260,4 @@ void mp_input_add_pipe(struct input_ctx *ictx, const char *filename); void mp_input_set_main_thread(struct input_ctx *ictx); -extern int async_quit_request; - #endif /* MPLAYER_INPUT_H */ -- cgit v1.2.3