summaryrefslogtreecommitdiffhomepage
path: root/src/internal
diff options
context:
space:
mode:
Diffstat (limited to 'src/internal')
-rw-r--r--src/internal/ptycon_bridge_impl.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/internal/ptycon_bridge_impl.h b/src/internal/ptycon_bridge_impl.h
index 0432cde..51ce93e 100644
--- a/src/internal/ptycon_bridge_impl.h
+++ b/src/internal/ptycon_bridge_impl.h
@@ -31,6 +31,11 @@ struct ptyc_term_input {
unsigned char stream [PTYC_RAW_EVENTS*4];
};
+struct ptyc_vkcode {
+ const unsigned char const * mbstr;
+ uint16_t mblen;
+};
+
struct ptyc_term_ctx;
typedef void * __fastcall ptyc_term_handler (struct ptyc_term_ctx *);