bug-ncurses
[Top][All Lists]
Advanced

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

Re: terminfo fixes to prevent cursor blink from stopping when it shouldn


From: Thomas Dickey
Subject: Re: terminfo fixes to prevent cursor blink from stopping when it shouldn't
Date: Sun, 2 Jul 2017 20:47:16 -0400
User-agent: Mutt/1.5.21 (2010-09-15)

On Sat, Jul 01, 2017 at 12:39:38PM -0700, Greg A. Woods wrote:
> Hi Thomas,
> 
> Yesterday I decided I finally solved a mystery that's been bothering me
> for over two years:  Why and how does emacs on my NetBSD-current system
> disable cursor blink when running in an xterm???

This has been an occasional issue (almost exclusively by people using
emacs on Linux console...) since I added the control sequence to
xterm in 2003.  But actually (checking the history), the combination
which you're commenting on dates back at least another ten years for the
AT&T terminals.

As I recall it, the problem is that emacs mishandles the very-visible
cursor setting:

       cursor_visible                cvvis      vs        make cursor very
                                                          visible

and rather than treating it as something for occasional emphasis, emacs
just uses it routinely.  On exit of course, it resets the cursor to "normal".

Since the feature's listed in the terminal description so that applications
know _how_, it seems that the place to fix it is in the application (emacs).

So... isn't there an emacs setting to make it leave the cursor alone?

-- 
Thomas E. Dickey <address@hidden>
http://invisible-island.net
ftp://invisible-island.net

Attachment: signature.asc
Description: Digital signature


reply via email to

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