mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-10 21:42:00 +03:00
Merge branch '1940_verbose_switch_off'
* 1940_verbose_switch_off: Ticket #1940: verbose option cannot be switched off.
This commit is contained in:
commit
ddf67d8601
@ -1459,7 +1459,8 @@ setup_mc (void)
|
||||
|
||||
tty_setup_sigwinch (sigwinch_handler);
|
||||
|
||||
verbose = !((tty_baudrate () < 9600) || tty_is_slow ());
|
||||
if ((tty_baudrate () < 9600) || tty_is_slow ())
|
||||
verbose = 0;
|
||||
|
||||
init_xterm_support ();
|
||||
init_mouse ();
|
||||
|
Loading…
Reference in New Issue
Block a user