From: Kim F. Storm Date: Fri, 1 Mar 2002 22:41:47 +0000 (+0000) Subject: Blinking cursor enhancement. X-Git-Tag: ttn-vms-21-2-B4~16409 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=eacb44ad117573f002a8c08c850e077a6159b6a8;p=emacs.git Blinking cursor enhancement. --- diff --git a/src/ChangeLog b/src/ChangeLog index 008ac64ea07..b851545138b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,15 @@ 2002-03-01 Kim F. Storm + * 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.