Mercurial > emacs
changeset 43622:f2e1a89e08b3
Blinking cursor enhancement.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Fri, 01 Mar 2002 22:41:47 +0000 |
parents | 7755c5d1d8b4 |
children | e509f67e2ca5 |
files | src/ChangeLog |
diffstat | 1 files changed, 10 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Fri Mar 01 22:40:20 2002 +0000 +++ b/src/ChangeLog Fri Mar 01 22:41:47 2002 +0000 @@ -1,5 +1,15 @@ 2002-03-01 Kim F. Storm <storm@cua.dk> + * window.h (struct window): New member phys_cursor_width. + + * window.c (make_window, replace_window): Init phys_cursor_width. + + * xterm.c (x_display_and_set_cursor): Blink box cursor using + hollow box cursor. Blink bar cursor using 1 pixel wide bar. + + * w32term.c (x_display_and_set_cursor): Blink box cursor using + hollow box cursor. Blink bar cursor using 1 pixel wide bar. + * lisp.h (GCPRO6): New macro. * process.c (Fopen_network_stream): Use GCPRO6.