diff options
| author | jixiuf <jixiuf@qq.com> | 2019-08-03 18:48:22 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-08-03 18:48:22 +0800 |
| commit | 54d53da48e57b7bb5a296975b7361e108dc7b49d (patch) | |
| tree | c04797aad25c70a7eae7db2caa2f8614776ef145 /elisp.c | |
| parent | ee07b5a1e798a8b45c242de2bcdabc009ff055be (diff) | |
| parent | 05263d0db3f5a3e58123a92fd1b1181562f21597 (diff) | |
Merge pull request #108 from jixiuf/support-vterm-copy-mode
support vterm-copy-mode
Diffstat (limited to 'elisp.c')
| -rw-r--r-- | elisp.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -108,7 +108,6 @@ void set_cursor_type(emacs_env *env, emacs_value QCursorType) { env->funcall(env, Fset, 2, (emacs_value[]){Qcursor_type, QCursorType}); } - emacs_value vterm_get_color(emacs_env *env, int index) { emacs_value idx = env->make_integer(env, index); return env->funcall(env, Fvterm_get_color, 1, (emacs_value[]){idx}); |
