mirror of
git://git.sv.gnu.org/nano.git
synced 2025-03-30 13:23:20 +03:00
feedback: with --mini/--zero, suppress message when toggling whitespace
The whitespace becoming visible/invisible is feedback enough.
This commit is contained in:
parent
c9fb1cf85a
commit
5cf412320d
@ -1124,7 +1124,8 @@ void toggle_this(int flag)
|
||||
titlebar(NULL);
|
||||
}
|
||||
|
||||
if ((ISSET(MINIBAR) || ISSET(ZERO)) && (flag == NO_HELP || flag == LINE_NUMBERS))
|
||||
if ((ISSET(MINIBAR) || ISSET(ZERO)) && (flag == NO_HELP || flag == LINE_NUMBERS ||
|
||||
flag == WHITESPACE_DISPLAY))
|
||||
return;
|
||||
|
||||
if (flag == NO_HELP || flag == NO_SYNTAX)
|
||||
|
Loading…
x
Reference in New Issue
Block a user