mirror of
https://github.com/rfivet/uemacs.git
synced 2024-12-18 15:26:23 -05:00
Put back the Micro in uEMACS both in status line and version string (ue --version).
This commit is contained in:
parent
91455a2e5a
commit
83b323272d
@ -1155,9 +1155,10 @@ static void modeline(struct window *wp)
|
|||||||
else
|
else
|
||||||
vtputc(lchar);
|
vtputc(lchar);
|
||||||
|
|
||||||
n = 2;
|
vtputc( ' ') ;
|
||||||
|
n = 3 ;
|
||||||
|
|
||||||
cp = " " PROGRAM_NAME_LONG " " VERSION ": " ;
|
cp = &PROGRAM_NAME_LONG " " VERSION ": " [ 1] ; /* Start past utf8 mark */
|
||||||
while ((c = *cp++) != 0) {
|
while ((c = *cp++) != 0) {
|
||||||
vtputc(c);
|
vtputc(c);
|
||||||
++n;
|
++n;
|
||||||
|
Loading…
Reference in New Issue
Block a user