@@ -1317,12 +1317,9 @@ void mlerase( void) {
if( eolexist == TRUE)
TTeeol() ;
else {
int i ;
for( i = 1 ; i < term.t_ncol ; i++)
for( ttcol = 0 ; ttcol < term.t_ncol ; ttcol++)
TTputc( ' ') ;
movecursor( term.t_nrow, 1) ; /* force the move! */
movecursor( term.t_nrow, 0) ;
}
The note is not visible to the blocked user.