all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* don't blink cursor on /dev/tty1
@ 2007-10-02 16:32 jidanni
  0 siblings, 0 replies; only message in thread
From: jidanni @ 2007-10-02 16:32 UTC (permalink / raw)
  To: bug-gnu-emacs

The docstring:
   blink-cursor-mode is an interactive compiled Lisp...
   ....
   Note that this command is effective only when Emacs
   displays through a window system, because then Emacs does its own
   cursor display.  On a text-only terminal, this is not implemented.

OK, but mention what a user should do in that case, as the blinking
could be driving him nuts and this is the only document he can find.

You could mention 'see also visible-cursor' as you do in Info. At
least that will give them a bar instead of a block cursor.

Indeed, /usr/share/doc/linux-doc-2.6.21/Documentation/VGA-softcursor.txt.gz
says
  To get red non-blinking block, use:    echo -e '\033[?17;0;64c'
And indeed
$ (sleep 4;echo -e '\033[?17;0;64c' > /dev/tty)&fg %emacs
works until one does anything in emacs.
In a *shell* window, echo -ne '\033[?17;0;64c' > /dev/tty1;sleep 3
gives 3 seconds of nonblinking pleasure.




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-10-02 16:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-02 16:32 don't blink cursor on /dev/tty1 jidanni

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.