[MPlayer-cvslog] CVS: main/osdep getch2-win.c,1.7,1.8
Oded Shimon CVS
syncmail at mplayerhq.hu
Mon Dec 26 14:10:15 CET 2005
CVS change done by Oded Shimon CVS
Update of /cvsroot/mplayer/main/osdep
In directory mail:/var2/tmp/cvs-serv13242
Modified Files:
getch2-win.c
Log Message:
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.
Index: getch2-win.c
===================================================================
RCS file: /cvsroot/mplayer/main/osdep/getch2-win.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- getch2-win.c 14 Nov 2005 00:28:03 -0000 1.7
+++ getch2-win.c 26 Dec 2005 13:10:13 -0000 1.8
@@ -22,6 +22,7 @@
int screen_width=80;
int screen_height=24;
+char * erase_to_end_of_line = "\033[J";
void get_screen_size(){
}
More information about the MPlayer-cvslog
mailing list