]> granicus.if.org Git - mutt/commitdiff
Fix "Tab" behaviour when returning from the pager.
authorThomas Roessler <roessler@does-not-exist.org>
Tue, 8 Jun 1999 17:33:54 +0000 (17:33 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Tue, 8 Jun 1999 17:33:54 +0000 (17:33 +0000)
curs_main.c

index ca09b76cbdc25cf2849a067b104cee7b801829d6..3e646c11061dd2fd31b247c935509ddb261e6c0a 100644 (file)
@@ -957,7 +957,7 @@ int mutt_index_menu (void)
        }
 
        menu->menu = MENU_PAGER;
-/*     menu->oldcurrent = menu->current;  */
+       menu->oldcurrent = menu->current;
        continue;
 
       case OP_EXIT: