File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -305,7 +305,7 @@ demo: '(\"env1=v1\" \"env2=v2\")"
305
305
(defcustom vterm-enable-manipulate-selection-data-by-osc52 nil
306
306
" Support OSC 52 MANIPULATE SELECTION DATA.
307
307
308
- Support copy text to emacs kill ring and system clipboard by using OSC 52.
308
+ Support copy text to Emacs kill ring and system clipboard by using OSC 52.
309
309
For example: send base64 encoded 'foo' to kill ring: echo -en '\e ]52;c;Zm9v\a ',
310
310
tmux can share its copy buffer to terminals by supporting osc52(like iterm2
311
311
xterm) you can enable this feature for tmux by :
@@ -372,7 +372,7 @@ This means that vterm will render bold with the default face weight."
372
372
:group 'vterm )
373
373
374
374
(defcustom vterm-ignore-blink-cursor t
375
- " When t,vterm will ignore request from application to turn on/off cursor blink.
375
+ " When t, vterm will ignore request from application to turn on/off cursor blink.
376
376
377
377
If nil, cursor in any window may begin to blink or not blink because
378
378
`blink-cursor-mode`is a global minor mode in Emacs,
You can’t perform that action at this time.
0 commit comments