diff options
| author | jixiuf <jixiuf@qq.com> | 2022-08-30 11:17:40 +0800 |
|---|---|---|
| committer | jixiuf <jixiuf@qq.com> | 2022-08-30 11:20:09 +0800 |
| commit | 0838ee3b3b77f0a6945b57bca87315acf650479f (patch) | |
| tree | 1911714fc7a15f7bf304ed38c1c73c77925a36cf /vterm.el | |
| parent | 54bef7c753cfb9360b5f21cbc1909ace4da67260 (diff) | |
check libvterm version,make it compile with libvterm<0.2
Diffstat (limited to 'vterm.el')
| -rw-r--r-- | vterm.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -305,7 +305,7 @@ demo: \\='(\"env1=v1\" \"env2=v2\")" (defcustom vterm-enable-manipulate-selection-data-by-osc52 nil - "Support OSC 52 MANIPULATE SELECTION DATA. + "Support OSC 52 MANIPULATE SELECTION DATA(libvterm 0.2 is needed). Support copy text to Emacs kill ring and system clipboard by using OSC 52. For example: send base64 encoded \\='foo\\=' to kill ring: echo -en \\='\\e]52;c;Zm9v\\a\\=', |
