aboutsummaryrefslogtreecommitdiff
path: root/vterm-module.h
diff options
context:
space:
mode:
authorLukas Fürmetz <fuermetz@mailbox.org>2017-11-20 17:53:16 +0100
committerLukas Fürmetz <fuermetz@mailbox.org>2017-11-21 21:38:32 +0100
commitef64d79097af35f5d3669b792dd5ef2832e75a26 (patch)
tree643bfdc8549bdb016a49909475a6007e24f95c9d /vterm-module.h
parent8d9058143ba8d31f59fa193d483b7c6b7606324f (diff)
Implement support for hiding the cursor
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 cf67ff7..02f32af 100644
--- a/vterm-module.h
+++ b/vterm-module.h
@@ -15,6 +15,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 int set_term_prop_cb(VTermProp prop, VTermValue *val, void *user_data);
+
static void term_redraw(struct Term *term, emacs_env *env);
static void term_flush_output(struct Term *term);
static void term_process_key(struct Term *term, unsigned char *key, size_t len,