mirror of
https://github.com/tmux/tmux.git
synced 2025-10-17 15:21:45 +00:00
ECH needs to use background colour.
This commit is contained in:
2
tmux.h
2
tmux.h
@@ -1999,7 +1999,7 @@ void screen_write_cursorleft(struct screen_write_ctx *, u_int);
|
||||
void screen_write_alignmenttest(struct screen_write_ctx *);
|
||||
void screen_write_insertcharacter(struct screen_write_ctx *, u_int, u_int);
|
||||
void screen_write_deletecharacter(struct screen_write_ctx *, u_int, u_int);
|
||||
void screen_write_clearcharacter(struct screen_write_ctx *, u_int);
|
||||
void screen_write_clearcharacter(struct screen_write_ctx *, u_int, u_int);
|
||||
void screen_write_insertline(struct screen_write_ctx *, u_int, u_int);
|
||||
void screen_write_deleteline(struct screen_write_ctx *, u_int, u_int);
|
||||
void screen_write_clearline(struct screen_write_ctx *, u_int);
|
||||
|
Reference in New Issue
Block a user