mirror of
https://github.com/tmux/tmux.git
synced 2026-06-20 17:25:57 +00:00
When redrawing a whole pane line, fall into tty_draw_line for any
characters that are not plain ASCII. Fixes redraw issues with partial tabs and other wide characters when a pane is partly outside the window.
This commit is contained in:
1
tmux.h
1
tmux.h
@@ -2697,6 +2697,7 @@ void tty_write(void (*)(struct tty *, const struct tty_ctx *),
|
||||
void tty_cmd_alignmenttest(struct tty *, const struct tty_ctx *);
|
||||
void tty_cmd_cell(struct tty *, const struct tty_ctx *);
|
||||
void tty_cmd_cells(struct tty *, const struct tty_ctx *);
|
||||
void tty_cmd_redrawline(struct tty *, const struct tty_ctx *);
|
||||
void tty_cmd_clearendofline(struct tty *, const struct tty_ctx *);
|
||||
void tty_cmd_clearendofscreen(struct tty *, const struct tty_ctx *);
|
||||
void tty_cmd_clearline(struct tty *, const struct tty_ctx *);
|
||||
|
||||
Reference in New Issue
Block a user