Mercurial > emacs
comparison src/ChangeLog @ 67935:52bbc53dbce1
(visible_cursor): New boolean var.
(set_terminal_modes, tty_show_cursor): Use "vs" or "ve" depending on
visible_cursor.
(syms_of_term): Export the new var as "visible-cursor".
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Fri, 30 Dec 2005 21:48:35 +0000 |
parents | 7e02368b8f30 |
children | ec6bcc17dae2 |
comparison
equal
deleted
inserted
replaced
67934:83b7f7a9b7c9 | 67935:52bbc53dbce1 |
---|---|
1 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca> | |
2 | |
3 * term.c (visible_cursor): New boolean var. | |
4 (set_terminal_modes, tty_show_cursor): Use "vs" or "ve" depending on | |
5 visible_cursor. | |
6 (syms_of_term): Export the new var as "visible-cursor". | |
7 | |
1 2005-12-30 Eli Zaretskii <eliz@gnu.org> | 8 2005-12-30 Eli Zaretskii <eliz@gnu.org> |
2 | 9 |
3 * .gdbinit: Tell users not to worry about GDB warnings that some | 10 * .gdbinit: Tell users not to worry about GDB warnings that some |
4 functions do not exist in the binary. | 11 functions do not exist in the binary. |
5 | 12 |