From 8153d3c643fd8914ba788f78271e59dc03c94a75 Mon Sep 17 00:00:00 2001 From: ods15 Date: Tue, 27 Dec 2005 10:42:02 +0000 Subject: Fix erase to end of line with windows, windows terminal does not support control codes. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17252 b3059339-0415-0410-9bf9-f77b7e298cf2 --- osdep/getch2-win.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'osdep/getch2-win.c') diff --git a/osdep/getch2-win.c b/osdep/getch2-win.c index 7998615c78..e6fb95ca91 100644 --- a/osdep/getch2-win.c +++ b/osdep/getch2-win.c @@ -22,7 +22,7 @@ int mp_input_win32_slave_cmd_func(int fd,char* dest,int size){ int screen_width=80; int screen_height=24; -char * erase_to_end_of_line = "\033[J"; +char * erase_to_end_of_line = " \r"; void get_screen_size(){ } -- cgit v1.2.3