=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/popup.c,v retrieving revision 1.52 retrieving revision 1.53 diff -c -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 **** ! /* $OpenBSD: popup.c,v 1.52 2023/08/15 07:01:47 nicm Exp $ */ /* * Copyright (c) 2020 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: popup.c,v 1.53 2024/03/21 11:30:42 nicm Exp $ */ /* * Copyright (c) 2020 Nicholas Marriott *************** *** 346,352 **** u_int hlimit; const char *shell; ! window_unzoom(w); lc = layout_split_pane(wp, type, -1, 0); hlimit = options_get_number(s->options, "history-limit"); --- 346,352 ---- u_int hlimit; const char *shell; ! window_unzoom(w, 1); lc = layout_split_pane(wp, type, -1, 0); hlimit = options_get_number(s->options, "history-limit");