From d10e3b8f71e05254ea4609b942fca8cab0e88a31 Mon Sep 17 00:00:00 2001 From: Thomas Roessler Date: Thu, 30 Mar 2000 07:50:55 +0000 Subject: [PATCH] Cursor cosmetics. From Byrial. --- curs_main.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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) { -- 2.40.0