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(). --- osdep/terminal.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'osdep/terminal.h') diff --git a/osdep/terminal.h b/osdep/terminal.h index b2336b68a8..fc98f0c469 100644 --- a/osdep/terminal.h +++ b/osdep/terminal.h @@ -44,9 +44,6 @@ bool terminal_in_background(void); /* Get terminal-size in columns/rows. */ void terminal_get_size(int *w, int *h); -/* Enable and disable STDIN line-buffering */ -void getch2_poll(void); - // Windows only. void mp_write_console_ansi(void *wstream, char *buf); -- cgit v1.2.3