mirror of
git://git.sv.gnu.org/nano.git
synced 2024-11-25 22:29:42 +03:00
feedback: suppress filename and linecount when --zero is active
This suppression prevents the filename flashing by at the bottom of the screen when switching between buffers. This addresses https://savannah.gnu.org/bugs/?64019 Reported-by: Alan Cristhian Ruiz <alancristhian@protonmail.com> Problem existed since version 6.0, since --zero was introduced.
This commit is contained in:
parent
fdcafb83e3
commit
69a7dd86ec
@ -535,7 +535,8 @@ void mention_name_and_linecount(void)
|
||||
if (ISSET(MINIBAR)) {
|
||||
report_size = TRUE;
|
||||
return;
|
||||
}
|
||||
} else if (ISSET(ZERO))
|
||||
return;
|
||||
|
||||
if (openfile->fmt > NIX_FILE)
|
||||
/* TRANSLATORS: First %s is file name, second %s is file format. */
|
||||
|
Loading…
Reference in New Issue
Block a user