summaryrefslogtreecommitdiffstats
path: root/IncSet.c
diff options
context:
space:
mode:
Diffstat (limited to 'IncSet.c')
-rw-r--r--IncSet.c2
1 files changed, 2 insertions, 0 deletions
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;