mirror of
https://github.com/rfivet/uemacs.git
synced 2025-11-23 11:41:15 -05:00
Review/Retest mlerase when erase to eol is not available.
This commit is contained in:
@@ -1317,12 +1317,9 @@ void mlerase( void) {
|
|||||||
if( eolexist == TRUE)
|
if( eolexist == TRUE)
|
||||||
TTeeol() ;
|
TTeeol() ;
|
||||||
else {
|
else {
|
||||||
int i ;
|
for( ttcol = 0 ; ttcol < term.t_ncol ; ttcol++)
|
||||||
|
TTputc( ' ') ;
|
||||||
|
|
||||||
for( i = 1 ; i < term.t_ncol ; i++)
|
|
||||||
TTputc(' ') ;
|
|
||||||
|
|
||||||
movecursor( term.t_nrow, 1) ; /* force the move! */
|
|
||||||
movecursor( term.t_nrow, 0) ;
|
movecursor( term.t_nrow, 0) ;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user