summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2001-11-17 17:29:37 +0000
committerEli Zaretskii <eliz@gnu.org>2001-11-17 17:29:37 +0000
commitb00de013394c59dddab50890df8bd2f35ecf9dd1 (patch)
tree8280efd53a893cfac92fa3f2a32b862df20d382b /etc
parent44016144fdd950acf47e3a40dad2ea7bb067ca56 (diff)
downloademacs-b00de013394c59dddab50890df8bd2f35ecf9dd1.tar.gz
A work-around for block blinking cursor on GNU/Linux console.
Diffstat (limited to 'etc')
-rw-r--r--etc/PROBLEMS23
1 files changed, 23 insertions, 0 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS
index dfa7e657f1a..45270c87df1 100644
--- a/etc/PROBLEMS
+++ b/etc/PROBLEMS
@@ -244,6 +244,29 @@ recommended way of turning on Font-lock is by typing "M-x
global-font-lock-mode RET" or by customizing the variable
`global-font-lock-mode'.
+* Emacs on a tty switches the cursor to large blinking block.
+
+This was reported to happen on some GNU/Linux systems which use
+ncurses version 5.0, but could be relevant for other versions as well.
+These versions of ncurses come with a `linux' terminfo entry, where
+the "cvvis" capability (termcap "vs") is defined as "\E[?25h\E[?8c"
+(show cursor, change size). This escape sequence switches on a
+blinking hardware text-mode cursor whose size is a full character
+cell. This blinking cannot be stopped, since a hardware cursor
+always blinks.
+
+A work-around is to redefine the "cvvis" capability so that it
+enables a *software* cursor. The software cursor works by inverting
+the colors of the character at point, so what you see is a block
+cursor that doesn't blink. For this to work, you need to redefine
+the "cnorm" capability as well, so that it operates on the software
+cursor instead of the hardware cursor.
+
+To this end, run "infocmp linux > linux-term", edit the file
+`linux-term' to make both the "cnorm" and "cvvis" capabilities send
+the sequence "\E[?25h\E[?17;0;64c", and then run "tic linux-term" to
+produce a modified terminfo entry.
+
* Problems in Emacs built with LessTif.
The problems seem to depend on the version of LessTif and the Motif