aboutsummaryrefslogtreecommitdiff
path: root/vterm-module.h
diff options
context:
space:
mode:
authorLukas Fürmetz <fuermetz@mailbox.org>2017-11-21 15:16:36 +0100
committerLukas Fürmetz <fuermetz@mailbox.org>2017-11-21 21:38:32 +0100
commit78bb438b95929d7c5ba0b6572fe58b0035f7ae41 (patch)
treef62a3498d1ef843188780cc2bb5a89d99f652ad1 /vterm-module.h
parent53415af332e5e30e4910b05ebdb88d478a387eba (diff)
Move render_text into vterm-module.c
Diffstat (limited to 'vterm-module.h')
-rw-r--r--vterm-module.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/vterm-module.h b/vterm-module.h
index 25ea860..11c9531 100644
--- a/vterm-module.h
+++ b/vterm-module.h
@@ -17,6 +17,8 @@ struct Term {
static bool compare_cells(VTermScreenCell *a, VTermScreenCell *b);
static bool is_key(unsigned char *key, size_t len, char *key_description);
+static emacs_value render_text(emacs_env *env, char *string, int len,
+ VTermScreenCell *cell);
static int set_term_prop_cb(VTermProp prop, VTermValue *val, void *user_data);