aboutsummaryrefslogtreecommitdiff
path: root/elisp.h
diff options
context:
space:
mode:
authorjixiuf <jixiuf@qq.com>2020-03-21 13:42:47 +0800
committerjixiuf <jixiuf@qq.com>2020-03-27 22:47:55 +0800
commit996c535b9cc6aa70c3595413582d97abfab16edd (patch)
treeb73c0d944401cba5efb908eb1de1c4a6c2f1bf2f /elisp.h
parent7a247906c17f97f6edad6c478da0c34307db2b80 (diff)
reimplements vterm--get-prompt-point with text property and bind vterm-previous-prompt and vterm-next-prompt.
Diffstat (limited to 'elisp.h')
-rw-r--r--elisp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/elisp.h b/elisp.h
index ab5cc98..ec597af 100644
--- a/elisp.h
+++ b/elisp.h
@@ -26,6 +26,7 @@ emacs_value Qcursor_type;
emacs_value Qemacs_major_version;
emacs_value Qvterm_line_wrap;
emacs_value Qrear_nonsticky;
+emacs_value Qvterm_prompt;
// Emacs functions
emacs_value Fsymbol_value;