mirror of
https://github.com/tmux/tmux.git
synced 2024-11-18 02:18:53 +00:00
Use correct option name.
This commit is contained in:
parent
f03c3ca6c3
commit
9ab1ba36cd
2
status.c
2
status.c
@ -271,7 +271,7 @@ status_prompt_line_at(struct client *c)
|
|||||||
|
|
||||||
if (c->flags & (CLIENT_STATUSOFF|CLIENT_CONTROL))
|
if (c->flags & (CLIENT_STATUSOFF|CLIENT_CONTROL))
|
||||||
return (1);
|
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. */
|
/* Get window at window list position. */
|
||||||
|
Loading…
Reference in New Issue
Block a user