mirror of
https://github.com/rfivet/uemacs.git
synced 2025-01-29 03:26:23 -05:00
Review/Retest mlerase when erase to eol is not available.
This commit is contained in:
parent
5a235ecf8c
commit
7018880551
@ -1317,12 +1317,9 @@ void mlerase( void) {
|
||||
if( eolexist == TRUE)
|
||||
TTeeol() ;
|
||||
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) ;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user