diff --git a/IncSet.c b/IncSet.c index 2b1ad392..93be6b3a 100644 --- a/IncSet.c +++ b/IncSet.c @@ -169,6 +169,8 @@ bool IncSet_handleKey(IncSet* this, int ch, Panel* panel, IncMode_GetPanelValue IncMode_reset(mode); } } + } else if (ch == KEY_RESIZE) { + Panel_resize(panel, COLS, LINES-panel->y-1); } else { if (mode->isFilter) { filterChanged = true;