all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Tak Ota <Takaaki.Ota@am.sony.com>
Subject: Choice for not using hollow box cursor
Date: Tue, 12 Mar 2002 11:58:02 -0800 (PST)	[thread overview]
Message-ID: <20020312.115802.01366993.Takaaki.Ota@am.sony.com> (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


             reply	other threads:[~2002-03-12 19:58 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-03-12 19:58 Tak Ota [this message]
2002-03-13 10:58 ` Choice for not using hollow box cursor Richard Stallman
2002-03-13 13:48   ` Kim F. Storm
2002-03-23 20:45     ` Tak Ota

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20020312.115802.01366993.Takaaki.Ota@am.sony.com \
    --to=takaaki.ota@am.sony.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.