mirror of
https://github.com/rfivet/uemacs.git
synced 2024-12-18 07:16: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
|
||||
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) {
|
||||
vtputc(c);
|
||||
++n;
|
||||
|
Loading…
Reference in New Issue
Block a user