mirror of
git://git.sv.gnu.org/nano.git
synced 2024-11-22 21:01:24 +03:00
tweaks: fix a parentheses mistake -- found by a warning from Clang
This commit is contained in:
parent
90946c5e9e
commit
2fc1f08573
@ -185,7 +185,7 @@ void read_keys_from(WINDOW *win)
|
|||||||
/* Before reading the first keycode, display any pending screen updates. */
|
/* Before reading the first keycode, display any pending screen updates. */
|
||||||
doupdate();
|
doupdate();
|
||||||
|
|
||||||
if (reveal_cursor && (!spotlighted || ISSET(SHOW_CURSOR || currmenu == MSPELL)) &&
|
if (reveal_cursor && (!spotlighted || ISSET(SHOW_CURSOR) || currmenu == MSPELL) &&
|
||||||
(LINES > 1 || lastmessage <= HUSH))
|
(LINES > 1 || lastmessage <= HUSH))
|
||||||
curs_set(1);
|
curs_set(1);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user