all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Choice for not using hollow box cursor
@ 2002-03-12 19:58 Tak Ota
  2002-03-13 10:58 ` Richard Stallman
  0 siblings, 1 reply; 4+ messages in thread
From: Tak Ota @ 2002-03-12 19:58 UTC (permalink / raw)


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:

_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://mail.gnu.org/mailman/listinfo/emacs-devel


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2002-03-23 20:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-03-12 19:58 Choice for not using hollow box cursor Tak Ota
2002-03-13 10:58 ` Richard Stallman
2002-03-13 13:48   ` Kim F. Storm
2002-03-23 20:45     ` Tak Ota

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.