# HG changeset patch # User ods15 # Date 1135602613 0 # Node ID b0c9c3259da2d34602f443f5fbd8ab3a5b1cb608 # Parent e2aae45168cfc39fb59bdc256c85942c42e6ebc1 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. diff -r e2aae45168cf -r b0c9c3259da2 osdep/getch2-win.c --- a/osdep/getch2-win.c Mon Dec 26 06:27:56 2005 +0000 +++ b/osdep/getch2-win.c Mon Dec 26 13:10:13 2005 +0000 @@ -22,6 +22,7 @@ int screen_width=80; int screen_height=24; +char * erase_to_end_of_line = "\033[J"; void get_screen_size(){ }