On Sat Sep 10, 2022 at 4:21 PM UTC, Theo Buehler wrote:
> > >How-To-Repeat:
> >     In tmux with default keybindins, type C-b :, C-b ,, or C-b $.
>
> In the PR the option was called status-prompt-line. It was renamed to
> message-line, but one instance was missed, which results in a fatalx
> since it doesn't exist.
>
> Index: status.c
> ===================================================================
> RCS file: /cvs/src/usr.bin/tmux/status.c,v
> retrieving revision 1.235
> diff -u -p -r1.235 status.c
> --- status.c  9 Sep 2022 11:02:23 -0000       1.235
> +++ status.c  10 Sep 2022 16:17:16 -0000
> @@ -271,7 +271,7 @@ status_prompt_line_at(struct client *c)
>  
>       if (c->flags & (CLIENT_STATUSOFF|CLIENT_CONTROL))
>               return (1);
> -     return (options_get_number(s->options, "status-prompt-line"));
> +     return (options_get_number(s->options, "message-line"));
>  }
>  
>  /* Get window at window list position. */

Thanks, that fixed it for me.

-- 
James

Reply via email to