Changeset 2270:75bad12a517b for attach.c
Legend:
- Unmodified
- Added
- Removed
-
attach.c
r2250 r2270 127 127 int r; 128 128 129 endwin ();129 mutt_endwin (NULL); 130 130 if ((r = mutt_system (command)) == -1) 131 131 mutt_error (_("Error running \"%s\"!"), command); … … 252 252 else 253 253 { 254 endwin ();254 mutt_endwin (NULL); 255 255 if (mutt_system (command) == -1) 256 256 mutt_error (_("Error running \"%s\"!"), command); … … 472 472 473 473 if (!use_pager) 474 endwin ();474 mutt_endwin (NULL); 475 475 476 476 if (use_pager || use_pipe) … … 609 609 } 610 610 611 endwin ();611 mutt_endwin (NULL); 612 612 613 613 if (fp) … … 906 906 piped = rfc1524_expand_command (a, newfile, type, command, sizeof (command)); 907 907 908 endwin ();908 mutt_endwin (NULL); 909 909 910 910 /* interactive program */ … … 956 956 if ((ifp = fopen (newfile, "r")) != NULL) 957 957 { 958 endwin ();958 mutt_endwin (NULL); 959 959 thepid = mutt_create_filter (NONULL(PrintCmd), &fpout, NULL, NULL); 960 960 mutt_copy_stream (ifp, fpout);
