• Antoine Catton's avatar
    Redraw the panel when resizing the window during an incremental search · 065aab52
    Antoine Catton authored
    KEY_RESIZE wasn't handled by the incremental search. Resulting in this
    bug:
    
      * Set your terminal window to a small size.
      * Press '\' to filter the processes
      * Maximize your terminal window
      * The list of processes didn't resize.
    
    This change fixes this bug.
    
    Thank you Julian Andrews (@julianandrews) for finding this bug.
    065aab52
IncSet.c 6.04 KB