diff options
| author | jixiuf <jixiuf@qq.com> | 2022-08-22 19:58:51 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-22 19:58:51 +0800 |
| commit | f104e3a11c9ff33ccc0e086cffaadc9549e9e8b1 (patch) | |
| tree | 384f21a208b83cb2167a101777478cf388f603c9 /vterm.el | |
| parent | f65916b316aa17431221aa3885c0d67f2d1fc30d (diff) | |
| parent | 6f49cae411df76988fc7dfa8e19cc76a17bd8c1a (diff) | |
Merge pull request #617 from jixiuf/try-fix-598
try fix #598. treat `ESC =` as control seq.
Diffstat (limited to 'vterm.el')
| -rw-r--r-- | vterm.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1355,7 +1355,7 @@ value of `vterm-buffer-name'." "\\(?:[\r\n\000\007\t\b\016\017]\\|" ;; a C1 escape coded character (see [ECMA-48] section 5.3 "Elements ;; of the C1 set"), - "\e\\(?:[DM78c]\\|" + "\e\\(?:[DM78c=]\\|" ;; another Emacs specific control sequence for term.el, "AnSiT[^\n]+\n\\|" ;; another Emacs specific control sequence for vterm.el |
