]> granicus.if.org Git - neomutt/commitdiff
do not explicitly reset the terminal attributes and move the cursor in mutt_endwin...
authorMichael Elkins <me@sigpipe.org>
Wed, 23 Jan 2013 19:52:28 +0000 (19:52 +0000)
committerMichael Elkins <me@sigpipe.org>
Wed, 23 Jan 2013 19:52:28 +0000 (19:52 +0000)
closes #3627

curs_lib.c

index 8b11bba28a827defe77f71cec5de3dd7e5b3be79..c7a7676e62d1c2827e14de20c3e481b651397235 100644 (file)
@@ -474,12 +474,7 @@ void mutt_endwin (const char *msg)
   int e = errno;
 
   if (!option (OPTNOCURSES))
-  {
-    ATTRSET(A_NORMAL);
-    CLEARLINE (LINES - 1);
-    mutt_refresh ();
     endwin ();
-  }
   
   if (msg && *msg)
   {