Changeset 2270:75bad12a517b for commands.c
- Timestamp:
- 2001-02-08 07:50:51 (8 years ago)
- Branch:
- HEAD
- Files:
-
- 1 modified
-
commands.c (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
commands.c
r2238 r2270 119 119 fpfilterout = fpout; 120 120 fpout = NULL; 121 /* endwin (); */121 /* mutt_endwin (NULL); */ 122 122 filterpid = mutt_create_filter_fd (DisplayFilter, &fpout, NULL, NULL, 123 123 -1, fileno(fpfilterout), -1); … … 180 180 int r; 181 181 182 endwin ();182 mutt_endwin (NULL); 183 183 snprintf (buf, sizeof (buf), "%s %s", NONULL(Pager), tempfile); 184 184 if ((r = mutt_system (buf)) == -1) … … 309 309 FILE *fpout; 310 310 311 endwin ();311 mutt_endwin (NULL); 312 312 if (h) 313 313 { … … 322 322 return 1; 323 323 } 324 endwin ();324 mutt_endwin (NULL); 325 325 #endif 326 326 … … 358 358 { 359 359 mutt_message_hook (Context, Context->hdrs[Context->v2r[i]], M_MESSAGEHOOK); 360 endwin ();360 mutt_endwin (NULL); 361 361 thepid = mutt_create_filter (cmd, &fpout, NULL, NULL); 362 362 pipe_msg (Context->hdrs[Context->v2r[i]], fpout, decode); … … 371 371 else 372 372 { 373 endwin ();373 mutt_endwin (NULL); 374 374 thepid = mutt_create_filter (cmd, &fpout, NULL, NULL); 375 375 for (i = 0; i < Context->vcount; i++) … … 502 502 { 503 503 CLEARLINE (LINES-1); 504 endwin ();504 mutt_endwin (NULL); 505 505 fflush (stdout); 506 506 if (mutt_system (buf) != 0 || option (OPTWAITKEY))
