Place cursor on correct line if message-line is not 0, reported by

Alexis Hildebrandt.
This commit is contained in:
nicm
2025-11-26 18:57:18 +00:00
committed by Nicholas Marriott
parent 0af04295f3
commit 2a0b078e15
3 changed files with 17 additions and 11 deletions

1
tmux.h
View File

@@ -2943,6 +2943,7 @@ extern u_int status_prompt_hsize[];
void status_timer_start(struct client *);
void status_timer_start_all(void);
void status_update_cache(struct session *);
u_int status_prompt_line_at(struct client *);
int status_at_line(struct client *);
u_int status_line_size(struct client *);
struct style_range *status_get_range(struct client *, u_int, u_int);