summaryrefslogtreecommitdiffhomepage
path: root/src/internal
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-07-20 15:25:39 -0400
committermidipix <writeonce@midipix.org>2016-07-21 03:47:30 -0400
commitf7f96356ac2d0d248cb911a8f97050d2b31165d7 (patch)
treece1f18dea8c56cee9282ea86e3937fae2e9d2b56 /src/internal
parent9cd8e5d920e96d53971870e5e437a9c9c831d3e4 (diff)
downloadptycon-f7f96356ac2d0d248cb911a8f97050d2b31165d7.tar.bz2
ptycon-f7f96356ac2d0d248cb911a8f97050d2b31165d7.tar.xz
console: added screen buffer size initialization.
Diffstat (limited to 'src/internal')
-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;
};