mirror of
https://github.com/tmux/tmux.git
synced 2025-09-05 08:07:03 +00:00
Redraw selection in tty_draw_line, so it appears when redrawing whole
pane. Reported by Theo Buehler.
This commit is contained in:
2
tmux.h
2
tmux.h
@ -2060,6 +2060,8 @@ void screen_set_selection(struct screen *,
|
||||
u_int, u_int, u_int, u_int, u_int, struct grid_cell *);
|
||||
void screen_clear_selection(struct screen *);
|
||||
int screen_check_selection(struct screen *, u_int, u_int);
|
||||
void screen_select_cell(struct screen *, struct grid_cell *,
|
||||
const struct grid_cell *);
|
||||
|
||||
/* window.c */
|
||||
extern struct windows windows;
|
||||
|
Reference in New Issue
Block a user