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

Bug#461019: marked as done (pointer hidden during typing is not quite (hidden))



Your message dated Tue, 19 Feb 2008 21:02:15 +0000
with message-id <E1JRZbT-00010h-O5@ries.debian.org>
and subject line Bug#460545: fixed in xterm 232-1
has caused the Debian Bug report #460545,
regarding pointer hidden during typing is not quite (hidden)
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
460545: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=460545
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: xterm
Version: 231-1
Tags: patch

The cursor xterm uses for the hidden mouse pointer has a non-empty mask,
so when I start typing, the I-bar is replaced with a black dot, which I
find quite distracting.  With this patch, the pointer's cursor has a
blank image and mask and so when it is used nothing is visible.


--- ../xterm-231/misc.c	2008-01-01 10:11:20.000000000 +1300
+++ misc.c	2008-01-16 21:35:37.000000000 +1300
@@ -418,7 +418,7 @@
     static XColor dummy;
 
     if (fn != 0) {
-	c = XCreateGlyphCursor(dpy, fn, fn, 'X', '.', &dummy, &dummy);
+	c = XCreateGlyphCursor(dpy, fn, fn, ' ', ' ', &dummy, &dummy);
     } else {
 	c = 0;
     }

-- 
Paul Collins
Wellington, New Zealand

Dag vijandelijk luchtschip de huismeester is dood



--- End Message ---
--- Begin Message ---
Source: xterm
Source-Version: 232-1

We believe that the bug you reported is fixed in the latest version of
xterm, which is due to be installed in the Debian FTP archive:

xterm_232-1.diff.gz
  to pool/main/x/xterm/xterm_232-1.diff.gz
xterm_232-1.dsc
  to pool/main/x/xterm/xterm_232-1.dsc
xterm_232-1_i386.deb
  to pool/main/x/xterm/xterm_232-1_i386.deb
xterm_232.orig.tar.gz
  to pool/main/x/xterm/xterm_232.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 460545@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Julien Cristau <jcristau@debian.org> (supplier of updated xterm package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Tue, 19 Feb 2008 21:20:08 +0100
Source: xterm
Binary: xterm
Architecture: source i386
Version: 232-1
Distribution: unstable
Urgency: low
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Changed-By: Julien Cristau <jcristau@debian.org>
Description: 
 xterm      - X terminal emulator
Closes: 404079 459816 459817 460545 462621 464947
Changes: 
 xterm (232-1) unstable; urgency=low
 .
   * New upstream release.
     + corrected logic in a font-cache used for reverse-video
       (closes: #404079)
     + allow building with configure options --disable-ansi-color and
       --disable-leaks (closes: #459817)
     + allow building with configure options --enable-wide-chars and
       --disable-c1-print (closes: #459816)
     + add pointerMode resource to control whether and when the pointer cursor
       is hidden as the user types; also fix it so it's really hidden instead
       of showing a black dot (closes: #460545)
     + add limit-checks to tabs.c, increase maximum column for setting
       tab-stops from 320 to 1024 (closes: #462621)
   * Set pointerMode to "never" by default, to restore pre-230 behaviour.
     Document that change in xterm.man (new patch 902_pointermode_never.diff).
   * Look for luit in /usr/bin, not /usr/X11R6/bin.
   * Refresh patches.
   * debian/control: luit is in x11-utils now, update Recommends and
     Description.
   * Add Vcs-* and Homepage fields in debian/control.  Thanks, Joey Hess!
     (closes: #464947)
Files: 
 28bc10a50cf0df435fbad0cc3277dd2c 974 x11 optional xterm_232-1.dsc
 47cc1f1642189c8ae272b19675e86db4 853200 x11 optional xterm_232.orig.tar.gz
 2114b0eda13c362d2dc8067e5517894e 62016 x11 optional xterm_232-1.diff.gz
 437cb55b5ff837a7922f040e4a2d9aa4 463984 x11 optional xterm_232-1_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHuzuDmEvTgKxfcAwRAs3+AJ94L4zgXEqcUNtA6M0egohxae/1uwCgkNoY
GpAmy50RG8gCFGPJLSJ/1oU=
=ZcC1
-----END PGP SIGNATURE-----



--- End Message ---

Reply to: