Cache obscure flag in screen_write_ctx.

This commit is contained in:
Nicholas Marriott
2026-05-22 09:07:38 +01:00
parent 52ad3c8425
commit 8fa822207d
2 changed files with 13 additions and 1 deletions

2
tmux.h
View File

@@ -1055,6 +1055,8 @@ struct screen_write_ctx {
int flags;
#define SCREEN_WRITE_SYNC 0x1
#define SCREEN_WRITE_OBSCURED 0x2
#define SCREEN_WRITE_CHECKED_IF_OBSCURED 0x4
screen_write_init_ctx_cb init_ctx_cb;
void *arg;