emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Choice for not using hollow box cursor


From: Tak Ota
Subject: Choice for not using hollow box cursor
Date: Tue, 12 Mar 2002 11:58:02 -0800 (PST)

Due to my selection of cursor color and default face color the hollow
box cursor makes the character underneath hard to read.  Currently I
have to make the following kludge modification in order to satisfy my
visual need.

Shouldn't it be the user choice? (the choice: blink between filled box
and hollow box or blink between filled box and blank).

-Tak

*** w32term.c.orig      Thu Mar  7 07:43:57 2002
--- w32term.c   Tue Mar 12 11:43:38 2002
***************
*** 9852,9858 ****
        switch (new_cursor_type)
        {
        case HOLLOW_BOX_CURSOR:
!         x_draw_hollow_cursor (w, glyph_row);
          break;
  
        case FILLED_BOX_CURSOR:
--- 9852,9858 ----
        switch (new_cursor_type)
        {
        case HOLLOW_BOX_CURSOR:
!         /* x_draw_hollow_cursor (w, glyph_row); */
          break;
  
        case FILLED_BOX_CURSOR:



reply via email to

[Prev in Thread] Current Thread [Next in Thread]