mirror of https://github.com/mpv-player/mpv
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
This commit is contained in:
parent
8cb2685e50
commit
715a93add1
|
@ -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(){
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue