Skip to content
Snippets Groups Projects
Commit c012f02e authored by rswindell's avatar rswindell
Browse files

Moved clearline() method to con_out.cpp.

parent b1d4b986
Branches
Tags
No related merge requests found
...@@ -494,20 +494,6 @@ bool sbbs_t::listfile(char *fname, char HUGE16 *buf, uint dirnum ...@@ -494,20 +494,6 @@ bool sbbs_t::listfile(char *fname, char HUGE16 *buf, uint dirnum
return(true); return(true);
} }
void sbbs_t::clearline(void)
{
int i;
outchar(CR);
if(useron.misc&ANSI)
bputs("\x1b[K");
else {
for(i=0;i<79;i++)
outchar(SP);
outchar(CR);
}
}
/****************************************************************************/ /****************************************************************************/
/* Remove credits from uploader of file 'f' */ /* Remove credits from uploader of file 'f' */
/****************************************************************************/ /****************************************************************************/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment