[w3m-dev 02586] code cleanup again
From: Fumitoshi UKAI <ukai@debian.or.jp>
This commit is contained in:
5
terms.c
5
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 */
|
||||
|
||||
Reference in New Issue
Block a user