From f7f96356ac2d0d248cb911a8f97050d2b31165d7 Mon Sep 17 00:00:00 2001 From: midipix Date: Wed, 20 Jul 2016 15:25:39 -0400 Subject: console: added screen buffer size initialization. --- src/internal/ptycon_bridge_impl.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/internal/ptycon_bridge_impl.h') 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; }; -- cgit v1.2.3