diff options
| author | jixiufeng <jixiufeng@luojilab.com> | 2019-04-23 23:27:58 +0800 |
|---|---|---|
| committer | jixiuf <jixiuf@qq.com> | 2019-07-30 22:00:57 +0800 |
| commit | afd9213af3481f34a1afdd1be87507c7393ef3fa (patch) | |
| tree | c535db8b197717341869bf56d76b6563aa2ed8c9 /elisp.c | |
| parent | 8e5b0ac691485040ddf8c32a55bed045d37585c0 (diff) | |
add more faces,for example vterm-color-default vterm-color-black
Diffstat (limited to 'elisp.c')
| -rw-r--r-- | elisp.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -113,7 +113,6 @@ 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}); } - void set_title(emacs_env *env, emacs_value string) { env->funcall(env, Fvterm_set_title, 1, (emacs_value[]){string}); } |
