summaryrefslogtreecommitdiffstats
path: root/cmd-display-panes.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 /cmd-display-panes.c
parentaa17f0e0c1c8b3f1d6fc8617613c74f07de66fae (diff)
parent89c1c43ef96d805d8fcb987c024ef85f994f11fa (diff)
Merge branch 'obsd-master'
Diffstat (limited to 'cmd-display-panes.c')
-rw-r--r--cmd-display-panes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd-display-panes.c b/cmd-display-panes.c
index 06f6dc27..25556f3d 100644
--- a/cmd-display-panes.c
+++ b/cmd-display-panes.c
@@ -246,7 +246,7 @@ cmd_display_panes_key(struct client *c, void *data, struct key_event *event)
wp = window_pane_at_index(w, index);
if (wp == NULL)
return (1);
- window_unzoom(w);
+ window_unzoom(w, 1);
xasprintf(&expanded, "%%%u", wp->id);