From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Cursor in non-selected windows is 1 pixel too small Date: Sat, 11 Mar 2006 14:06:52 +0200 Message-ID: References: <44081767.4010004@iue.tuwien.ac.at> <44096641.8080505@iue.tuwien.ac.at> <44096CE7.9050202@iue.tuwien.ac.at> Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1142078841 12503 80.91.229.2 (11 Mar 2006 12:07:21 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 11 Mar 2006 12:07:21 +0000 (UTC) Cc: gritsch@iue.tuwien.ac.at, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Mar 11 13:07:19 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FI2sI-000887-V7 for ged-emacs-devel@m.gmane.org; Sat, 11 Mar 2006 13:07:11 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FI2sI-0007OU-Gm for ged-emacs-devel@m.gmane.org; Sat, 11 Mar 2006 07:07:10 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FI2s5-0007OG-AK for emacs-devel@gnu.org; Sat, 11 Mar 2006 07:06:57 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FI2s4-0007O4-Pe for emacs-devel@gnu.org; Sat, 11 Mar 2006 07:06:57 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FI2s4-0007O1-KK for emacs-devel@gnu.org; Sat, 11 Mar 2006 07:06:56 -0500 Original-Received: from [192.114.186.66] (helo=romy.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FI2va-00048D-5N for emacs-devel@gnu.org; Sat, 11 Mar 2006 07:10:34 -0500 Original-Received: from HOME-C4E4A596F7 (IGLD-83-130-214-30.inter.net.il [83.130.214.30]) by romy.inter.net.il (MOS 3.7.3-GA) with ESMTP id DSN34085 (AUTH halo1); Sat, 11 Mar 2006 14:06:51 +0200 (IST) Original-To: storm@cua.dk (Kim F. Storm) In-reply-to: (storm@cua.dk) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:51460 Archived-At: > Cc: Markus Gritsch , emacs-devel@gnu.org > From: storm@cua.dk (Kim F. Storm) > Date: Sat, 04 Mar 2006 23:19:40 +0100 > > However, it does seem to make sense to fix the height returned by > get_phys_cursor_geometry (don't subtract 1), and then fix the use > in xterm.c and macterm.c(?) to subtract 1 from the returned height. > (and leave w32termc. as is). > > Will you make those changes? Done. Please test the changes on X and the Mac. I've verified on W32.