Mercurial > emacs
comparison etc/PROBLEMS @ 41247:78069920ddec
How to get a blinking underscore cursor inside Emacs.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sun, 18 Nov 2001 18:41:05 +0000 |
parents | 47026545f14a |
children | 74f8ac2c0480 |
comparison
equal
deleted
inserted
replaced
41246:003c53bb8906 | 41247:78069920ddec |
---|---|
270 | 270 |
271 To this end, run "infocmp linux > linux-term", edit the file | 271 To this end, run "infocmp linux > linux-term", edit the file |
272 `linux-term' to make both the "cnorm" and "cvvis" capabilities send | 272 `linux-term' to make both the "cnorm" and "cvvis" capabilities send |
273 the sequence "\E[?25h\E[?17;0;64c", and then run "tic linux-term" to | 273 the sequence "\E[?25h\E[?17;0;64c", and then run "tic linux-term" to |
274 produce a modified terminfo entry. | 274 produce a modified terminfo entry. |
275 | |
276 Alternatively, if you want a blinking underscore as your Emacs cursor, | |
277 change the "cvvis" capability to send the "\E[?25h\E[?0c" command. | |
275 | 278 |
276 * Problems in Emacs built with LessTif. | 279 * Problems in Emacs built with LessTif. |
277 | 280 |
278 The problems seem to depend on the version of LessTif and the Motif | 281 The problems seem to depend on the version of LessTif and the Motif |
279 emulation for which it is set up. | 282 emulation for which it is set up. |