Complete.Org: Mailing Lists: Archives: freeciv-dev: April 2000:
[Freeciv-Dev] Re: Small bug in chat window (PR#328)
Home

[Freeciv-Dev] Re: Small bug in chat window (PR#328)

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: freeciv-dev@xxxxxxxxxxx, bugs@xxxxxxxxxxxxxxxxxxx
Subject: [Freeciv-Dev] Re: Small bug in chat window (PR#328)
From: David Pfitzner <dwp@xxxxxxxxxxxxxx>
Date: Sun, 9 Apr 2000 15:15:41 +1000 (EST)

On Sat, 1 Apr 2000 David Pfitzner wrote:
> On Sun, 26 Mar 2000, mueller@xxxxxxxx wrote:
> 
> > In the chat window there is always an unnecessary empty line between
> > the displayed text and the entry field. Thats certainly because all
> > output is made with a newline at the end. Well, this empty line just
> > takes up screen space, it would be nice if one could omit the last
> > newline until new output is made.
> 
> (This problem only affects the Gtk+ client, the Xaw client is ok.)
> 
> At the (small) cost of introducing a spurious blank line at the
> start, the following patch seems to work.

Here is a more complete patch, which fixes the above problem,
and a related one with clear_output_window(), and avoids having
two translatable strings which differ only by a newline. 

-- David

Attachment: gtk_outwin_newl2.diff.gz
Description: GNU Zip compressed data


[Prev in Thread] Current Thread [Next in Thread]
  • [Freeciv-Dev] Re: Small bug in chat window (PR#328), David Pfitzner <=