Skip to content

Commit 4469558

Browse files
committed
close #533, Warning: docstring wider than 80 characters .
1 parent 92e55b4 commit 4469558

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

vterm.el

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -307,14 +307,15 @@ demo: '(\"env1=v1\" \"env2=v2\")"
307307
308308
Support copy text to emacs kill ring and system clipboard by using OSC 52.
309309
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 :
312312
set -g set-clipboard on #osc 52 copy paste share with iterm
313313
set -ga terminal-overrides ',xterm*:XT:Ms=\E]52;%p1%s;%p2%s\007'
314314
set -ga terminal-overrides ',screen*:XT:Ms=\E]52;%p1%s;%p2%s\007'
315315
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."
318319
:type 'boolean
319320
:group 'vterm)
320321

@@ -366,10 +367,11 @@ This means that vterm will render bold with the default face weight."
366367
:group 'vterm)
367368

368369
(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.
370371
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."
373375
:type 'boolean
374376
:group 'vterm)
375377

0 commit comments

Comments
 (0)