Merge branch 'obsd-master' into master

This commit is contained in:
Thomas Adam
2021-08-06 12:01:24 +01:00
5 changed files with 40 additions and 6 deletions

1
tmux.h
View File

@ -867,6 +867,7 @@ struct screen_write_ctx {
int flags;
#define SCREEN_WRITE_SYNC 0x1
#define SCREEN_WRITE_ZWJ 0x2
screen_write_init_ctx_cb init_ctx_cb;
void *arg;