mirror of
https://github.com/tmux/tmux.git
synced 2025-09-03 14:27:09 +00:00
Merge branch 'obsd-master'
This commit is contained in:
2
tmux.h
2
tmux.h
@ -2102,7 +2102,7 @@ void screen_write_deleteline(struct screen_write_ctx *, u_int, u_int);
|
||||
void screen_write_clearline(struct screen_write_ctx *, u_int);
|
||||
void screen_write_clearendofline(struct screen_write_ctx *, u_int);
|
||||
void screen_write_clearstartofline(struct screen_write_ctx *, u_int);
|
||||
void screen_write_cursormove(struct screen_write_ctx *, u_int, u_int);
|
||||
void screen_write_cursormove(struct screen_write_ctx *, int, int);
|
||||
void screen_write_reverseindex(struct screen_write_ctx *, u_int);
|
||||
void screen_write_scrollregion(struct screen_write_ctx *, u_int, u_int);
|
||||
void screen_write_linefeed(struct screen_write_ctx *, int, u_int);
|
||||
|
Reference in New Issue
Block a user