From 715a93add13017b7aa8e5f0853f1911808394066 Mon Sep 17 00:00:00 2001 From: ods15 Date: Mon, 26 Dec 2005 13:10:13 +0000 Subject: 10000l to me, broke compilation on mingw, erase_to_end_of_line needs to be in both getch2 and getch2-win because only one of them is linked to. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17248 b3059339-0415-0410-9bf9-f77b7e298cf2 --- osdep/getch2-win.c | 1 + 1 file changed, 1 insertion(+) (limited to 'osdep/getch2-win.c') diff --git a/osdep/getch2-win.c b/osdep/getch2-win.c index 03087eac6e..7998615c78 100644 --- a/osdep/getch2-win.c +++ b/osdep/getch2-win.c @@ -22,6 +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"; void get_screen_size(){ } -- cgit v1.2.3