summaryrefslogtreecommitdiffhomepage
path: root/src/internal/ptycon_bridge_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/internal/ptycon_bridge_impl.h')
-rw-r--r--src/internal/ptycon_bridge_impl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/internal/ptycon_bridge_impl.h b/src/internal/ptycon_bridge_impl.h
index 279ce07..7f882da 100644
--- a/src/internal/ptycon_bridge_impl.h
+++ b/src/internal/ptycon_bridge_impl.h
@@ -53,6 +53,8 @@ struct ptyc_term_ctx {
ptyc_term_handler * ctrl_command;
uint16_t foreground;
uint16_t background;
+ nt_coord screen_size;
+ nt_coord window_size;
struct ptyc_term_data data;
struct ptyc_term_input input;
};