aboutsummaryrefslogtreecommitdiffstats
path: root/terms.c
diff options
context:
space:
mode:
Diffstat (limited to 'terms.c')
-rw-r--r--terms.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/terms.c b/terms.c
index 6fb9778..228dfd3 100644
--- a/terms.c
+++ b/terms.c
@@ -1,4 +1,4 @@
-/* $Id: terms.c,v 1.17 2001/11/29 09:34:15 ukai Exp $ */
+/* $Id: terms.c,v 1.18 2001/11/29 10:22:58 ukai Exp $ */
/*
* An original curses library for EUC-kanji by Akinori ITO, December 1989
* revised by Akinori ITO, January 1995
@@ -380,7 +380,7 @@ void clear(), wrap(), touch_line(), touch_column(int);
void switch_wchar(FILE *);
void switch_ascii(FILE *);
#endif
-void need_clrtoeol(void), clrtoeol(void);
+void need_clrtoeol(void), clrtoeol(void); /* conflicts with curs_clear(3)? */
int write1(char);
@@ -1492,6 +1492,7 @@ need_clrtoeol(void)
}
#endif /* 0 */
+/* XXX: conflicts with curses's clrtoeol(3) ? */
void
clrtoeol(void)
{ /* Clear to the end of line */