changeset 17247:b0c9c3259da2

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.
author ods15
date Mon, 26 Dec 2005 13:10:13 +0000
parents e2aae45168cf
children 61cc20df7f3e
files osdep/getch2-win.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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(){
 }