summaryrefslogtreecommitdiffstats
path: root/osdep/getch2.h
diff options
context:
space:
mode:
Diffstat (limited to 'osdep/getch2.h')
-rw-r--r--osdep/getch2.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/osdep/getch2.h b/osdep/getch2.h
index 016de5ae9e..49743f2ecf 100644
--- a/osdep/getch2.h
+++ b/osdep/getch2.h
@@ -5,6 +5,9 @@
extern int screen_width;
extern int screen_height;
+/* Termcap code to erase to end of line */
+extern char * erase_to_end_of_line;
+
/* Get screen-size using IOCTL call. */
extern void get_screen_size();