summaryrefslogtreecommitdiffstats
path: root/osdep
diff options
context:
space:
mode:
authorods15 <ods15@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-12-26 13:10:13 +0000
committerods15 <ods15@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-12-26 13:10:13 +0000
commit715a93add13017b7aa8e5f0853f1911808394066 (patch)
tree2affbb4e8f4e1e2bf4b93381c3c8c97f00cefaf2 /osdep
parent8cb2685e502c4344d9c0e1caec4efcb074ce0217 (diff)
downloadmpv-715a93add13017b7aa8e5f0853f1911808394066.tar.bz2
mpv-715a93add13017b7aa8e5f0853f1911808394066.tar.xz
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
Diffstat (limited to 'osdep')
-rw-r--r--osdep/getch2-win.c1
1 files changed, 1 insertions, 0 deletions
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(){
}