From 3b22404e07df265af221112e2970084a15766c9a Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Wed, 23 Jan 2013 15:47:49 +0100 Subject: mp_msg, getch2: unix tty background support Now, when backgrounded, mpv plays and outputs messages to stdout, but statusline is not output. Background<->foreground transitions are detected by signals and polling the process groups. --- osdep/getch2-win.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'osdep/getch2-win.c') diff --git a/osdep/getch2-win.c b/osdep/getch2-win.c index c7607cee47..4bef70b418 100644 --- a/osdep/getch2-win.c +++ b/osdep/getch2-win.c @@ -166,6 +166,9 @@ bool getch2(struct mp_fifo *fifo) return true; } +void getch2_poll(void){ +} + void getch2_enable(void) { DWORD retval; -- cgit v1.2.3