From eaee93051a25350d4a185268f2e3439f43b804cc Mon Sep 17 00:00:00 2001 From: ods15 Date: Thu, 29 Dec 2005 11:27:22 +0000 Subject: change erase to end of line, fall back to old behavior if no termcap found git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17259 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 e6fb95ca91..449a44b7b4 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 = " \r"; +char * erase_to_end_of_line = NULL; void get_screen_size(){ } -- cgit v1.2.3