=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/popup.c,v retrieving revision 1.52 retrieving revision 1.53 diff -u -r1.52 -r1.53 --- src/usr.bin/tmux/popup.c 2023/08/15 07:01:47 1.52 +++ src/usr.bin/tmux/popup.c 2024/03/21 11:30:42 1.53 @@ -1,4 +1,4 @@ -/* $OpenBSD: popup.c,v 1.52 2023/08/15 07:01:47 nicm Exp $ */ +/* $OpenBSD: popup.c,v 1.53 2024/03/21 11:30:42 nicm Exp $ */ /* * Copyright (c) 2020 Nicholas Marriott @@ -346,7 +346,7 @@ 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");