diff options
Diffstat (limited to 'src/internal')
-rw-r--r-- | src/internal/ptycon_bridge_impl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/internal/ptycon_bridge_impl.h b/src/internal/ptycon_bridge_impl.h index 51ce93e..6e31aad 100644 --- a/src/internal/ptycon_bridge_impl.h +++ b/src/internal/ptycon_bridge_impl.h @@ -56,6 +56,7 @@ struct ptyc_term_ctx { ptyc_term_handler * ctrl_handler; ptyc_term_handler * const * ctrl_handlers[PTYC_CTRL_STATE_CAP]; ptyc_term_handler * ctrl_command; + uint64_t drvflags; uint16_t foreground; uint16_t background; nt_coord screen_size; |