mirror of
https://github.com/rfivet/uemacs.git
synced 2025-02-20 23:17:13 -05:00
Insure that last character of the message line is displayed.
This commit is contained in:
parent
09d5907f9e
commit
5a235ecf8c
@ -1413,8 +1413,9 @@ void mlwrite(const char *fmt, ...)
|
|||||||
va_end(ap);
|
va_end(ap);
|
||||||
|
|
||||||
/* if we can, erase to the end of screen */
|
/* if we can, erase to the end of screen */
|
||||||
if (eolexist == TRUE)
|
if( eolexist == TRUE && ttcol < term.t_ncol)
|
||||||
TTeeol();
|
TTeeol() ;
|
||||||
|
|
||||||
TTflush();
|
TTflush();
|
||||||
mpresf = TRUE;
|
mpresf = TRUE;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user