On Mon, Nov 21, 2011 at 10:13 AM, Stephen J. Turnbull <stephen(a)xemacs.org>wrote:
Jeff Sparkes writes:
> It seems that the bar cursor is deliberately not displayed when the
frame
> doesn't have focus.
> Is that a design decision? It seems a bit odd to me.
I believe so. These days, the window manager will decorate the window
so you will know whether it's focused or not, but back in the day you
couldn't count on that.
If it gets in your way, rip it out. It's your branch. If it's not a
big deal, it's probably not a good idea to rip it out because somebody
will complain and then you have to put the feature back, probably
with an option to enable/disable it. ;-) But of course good version
control means never having to say you're sorry!
Steve
It's not really ripping it out. By replacing
if (cursor && focus && NILP (bar_cursor_value))
with
if (cursor && NILP (bar_cursor_value))
in XLIKE_output_string, the bar cursor will always display, which makes
more sense to me. I was just wondering if it was actually decided to hide
the bar cursor, or if it was just an accident.
--
Jeff Sparkes
jsparkes(a)gmail.com
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-beta