From: Thomas Roessler Date: Thu, 30 Mar 2000 07:50:55 +0000 (+0000) Subject: Cursor cosmetics. From Byrial. X-Git-Tag: mutt-1-1-11-rel~7 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d10e3b8f71e05254ea4609b942fca8cab0e88a31;p=mutt Cursor cosmetics. From Byrial. --- diff --git a/curs_main.c b/curs_main.c index 99b753a2..bf33e25f 100644 --- a/curs_main.c +++ b/curs_main.c @@ -490,7 +490,8 @@ int mutt_index_menu (void) do_buffy_notify = 1; } - mutt_curs_set (0); + if (op != -1) + mutt_curs_set (0); if (menu->redraw & REDRAW_FULL) { @@ -538,8 +539,6 @@ int mutt_index_menu (void) dprint(4, (debugfile, "mutt_index_menu[%d]: Got op %d\n", __LINE__, op)); - mutt_curs_set (1); - #if defined (USE_SLANG_CURSES) || defined (HAVE_RESIZETERM) if (SigWinch) { @@ -555,7 +554,9 @@ int mutt_index_menu (void) if (op == -1) continue; /* either user abort or timeout */ - + + mutt_curs_set (1); + /* special handling for the tag-prefix function */ if (op == OP_TAG_PREFIX) {