mirror of
https://github.com/rfivet/uemacs.git
synced 2024-12-19 07:46:24 -05:00
Only display program name and version on the bottom mode line.
This commit is contained in:
parent
4ac1913cd1
commit
267c218b9b
@ -1160,9 +1160,12 @@ static void modeline(struct window *wp)
|
|||||||
vtputc(lchar);
|
vtputc(lchar);
|
||||||
|
|
||||||
vtputc( ' ') ;
|
vtputc( ' ') ;
|
||||||
|
|
||||||
|
if( n == term.t_nrow - 1)
|
||||||
|
n = 3 + vtputs( PROGRAM_NAME_LONG " " VERSION ": ") ;
|
||||||
|
else
|
||||||
n = 3 ;
|
n = 3 ;
|
||||||
|
|
||||||
n += vtputs( PROGRAM_NAME_LONG " " VERSION ": ") ;
|
|
||||||
n += vtputs( bp->b_bname) ;
|
n += vtputs( bp->b_bname) ;
|
||||||
n += vtputs( " (") ;
|
n += vtputs( " (") ;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user