ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/doc/rxvt.7.pod
(Generate patch)

Comparing rxvt-unicode/doc/rxvt.7.pod (file contents):
Revision 1.238 by root, Fri Dec 5 03:37:18 2014 UTC vs.
Revision 1.239 by root, Wed Dec 31 14:40:24 2014 UTC

483 483
484We are working on it, in the meantime, as a workaround, use something like: 484We are working on it, in the meantime, as a workaround, use something like:
485 485
486 @@URXVT_NAME@@ -b 600 -geometry 20x1 -e sh -c 'mplayer -wid $WINDOWID file...' 486 @@URXVT_NAME@@ -b 600 -geometry 20x1 -e sh -c 'mplayer -wid $WINDOWID file...'
487 487
488=head3 Why is the cursor now blinking in emacs/vi/...?
489
490This is likely caused by your editor/program's use of the C<cvvis>
491terminfo capability. Emacs uses it by default, as well as some versions of
492vi and possibly other programs.
493
494In emacs, you can switch that off by adding this to your C<.emacs> file:
495
496 (setq visible-cursor nil)
497
498For other programs, if they do not have an option, your have to remove the
499C<cvvis> capability from the terminfo description.
500
501When @@URXVT_NAME@@ first added the blinking cursor option, it didn't
502add a C<cvvis> capability, which served no purpose before. Version 9.21
503introduced C<cvvis> (and the ability to control blinking independent of
504cursor shape) for compatibility with other terminals, which traditionally
505use a blinking cursor for C<cvvis>. This also reflects the intent of
506programs such as emacs, who expect C<cvvis> to enable a blinking cursor.
488 507
489=head2 Keyboard, Mouse & User Interaction 508=head2 Keyboard, Mouse & User Interaction
490 509
491=head3 The new selection selects pieces that are too big, how can I select single words? 510=head3 The new selection selects pieces that are too big, how can I select single words?
492 511

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines