Return 0
This commit is contained in:
@@ -262,19 +262,20 @@ md_onsignal_autosave()
|
||||
int
|
||||
md_hasclreol()
|
||||
{
|
||||
#if defined(clr_eol)
|
||||
/*#ifdef NCURSES_VERSION
|
||||
/*#if defined(clr_eol)
|
||||
#ifdef NCURSES_VERSION
|
||||
if (cur_term == NULL)
|
||||
return(0);
|
||||
//if (cur_term->type.Strings == NULL)
|
||||
return(0);
|
||||
#endif*/
|
||||
#endif
|
||||
return((clr_eol != NULL) && (*clr_eol != 0));
|
||||
#elif defined(__PDCURSES__)
|
||||
return(TRUE);
|
||||
#else
|
||||
return((CE != NULL) && (*CE != 0));
|
||||
#endif
|
||||
#endif*/
|
||||
return(0);
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user