emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Block cursor in a tty


From: Stefan Monnier
Subject: Block cursor in a tty
Date: Thu, 22 Dec 2005 14:41:12 -0500
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

Several people have complained on gnu.emacs.help that Emacs uses an ugly big
block cursor in their terminal emulator even after they've configured their
terminal emulator to use a more subdued cursor.

It turns out that the reason for it is that Emacs uses the termcap "vs"
command to make the cursor visible rather than "ve".  My manpages describe
the two commands as follows:

       cursor_normal                 cnorm      ve        make cursor appear
                                                          normal (undo
                                                          civis/cvvis)
       [...]
       cursor_visible                cvvis      vs        make cursor very
                                                          visible

Does anybody know why Emacs insists on using the big-block-cursor rather
than using whatever the user has selected as default?


        Stefan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]