@@ -307,14 +307,15 @@ demo: '(\"env1=v1\" \"env2=v2\")"
307
307
308
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
- tmux can share its copy buffer to terminals by supporting osc52(like iterm2 xterm),
311
- you can enable this feature for tmux by :
310
+ tmux can share its copy buffer to terminals by supporting osc52(like iterm2
311
+ xterm) you can enable this feature for tmux by :
312
312
set -g set-clipboard on #osc 52 copy paste share with iterm
313
313
set -ga terminal-overrides ',xterm*:XT:Ms=\E ]52;%p1%s;%p2%s\0 07'
314
314
set -ga terminal-overrides ',screen*:XT:Ms=\E ]52;%p1%s;%p2%s\0 07'
315
315
316
- The clipboard querying/clearing functionality offered by OSC 52 is not implemented here,
317
- And for security reason, this feature is disabled by default."
316
+ The clipboard querying/clearing functionality offered by OSC 52 is not
317
+ implemented here,And for security reason, this feature is disabled
318
+ by default."
318
319
:type 'boolean
319
320
:group 'vterm )
320
321
@@ -366,10 +367,11 @@ This means that vterm will render bold with the default face weight."
366
367
:group 'vterm )
367
368
368
369
(defcustom vterm-ignore-blink-cursor t
369
- " When t, vterm will ignore request from application to turn on or off cursor blink.
370
+ " When t,vterm will ignore request from application to turn on/ off cursor blink.
370
371
371
- If nil, cursor in any window may begin to blink or not blink because `blink-cursor-mode`
372
- is a global minor mode in Emacs, you can use `M-x blink-cursor-mode` to toggle."
372
+ If nil, cursor in any window may begin to blink or not blink because
373
+ `blink-cursor-mode`is a global minor mode in Emacs,
374
+ you can use `M-x blink-cursor-mode` to toggle."
373
375
:type 'boolean
374
376
:group 'vterm )
375
377
0 commit comments