]> git.eshelyaron.com Git - emacs.git/commitdiff
Blinking cursor enhancement.
authorKim F. Storm <storm@cua.dk>
Fri, 1 Mar 2002 22:41:47 +0000 (22:41 +0000)
committerKim F. Storm <storm@cua.dk>
Fri, 1 Mar 2002 22:41:47 +0000 (22:41 +0000)
src/ChangeLog

index 008ac64ea07d307dd8f7071deef1bc39061680d5..b851545138b36747e58b9c29fd0656c5c8eb9c70 100644 (file)
@@ -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.