Show
Ignore:
Timestamp:
2000-11-23 02:30:33 (8 years ago)
Author:
Thomas Roessler <roessler@…>
Branch:
HEAD
Message:

Don't endwin() before invoking the display_filter.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • commands.c

    r2189 r2194  
    119119    fpfilterout = fpout; 
    120120    fpout = NULL; 
    121     endwin (); 
     121    /* endwin (); */ 
    122122    filterpid = mutt_create_filter_fd (DisplayFilter, &fpout, NULL, NULL, 
    123123                                       -1, fileno(fpfilterout), -1);