summaryrefslogtreecommitdiffstats
path: root/popup.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2024-03-21 14:01:10 +0000
committerThomas Adam <thomas@xteddy.org>2024-03-21 14:01:10 +0000
commit3c3643f580ca718a5f6bbeea81abeb0a8bbdb131 (patch)
tree70cd7c25f226d4b14ebdea8442ef989d81727c24 /popup.c
parentaa17f0e0c1c8b3f1d6fc8617613c74f07de66fae (diff)
parent89c1c43ef96d805d8fcb987c024ef85f994f11fa (diff)
Merge branch 'obsd-master'
Diffstat (limited to 'popup.c')
-rw-r--r--popup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/popup.c b/popup.c
index 47427339..01b95e27 100644
--- a/popup.c
+++ b/popup.c
@@ -345,7 +345,7 @@ popup_make_pane(struct popup_data *pd, enum layout_type type)
u_int hlimit;
const char *shell;
- window_unzoom(w);
+ window_unzoom(w, 1);
lc = layout_split_pane(wp, type, -1, 0);
hlimit = options_get_number(s->options, "history-limit");