'clear' does not clear entire screen (affects vim also)

Town, Brad btown@ceddec.com
Thu Nov 16 13:06:00 GMT 2000


(This was sent to the cygwin-patches list rather than the cygwin list.)

The ChangeLog entry is attached.  Is there a better way to do this sort of
thing?  For example, should I send a ChangeLog entry along with proposed
patches?  Should I send proposed patches to cygwin-patches instead?

BTW, the copyright assignment form is almost ready -- I'm waiting to get the
employer part back.  Perhaps I'll send the first two parts now and the third
part when I get it.

Brad Town


> -----Original Message-----
> From: Chris Faylor [ mailto:cgf@redhat.com ]
> Sent: Thursday, November 16, 2000 3:51 PM
> To: 'cygwin@cygwin.com'
> Subject: Re: 'clear' does not clear entire screen (affects vim also)
> 
> 
> On Tue, Nov 14, 2000 at 09:52:09AM -0500, Town, Brad wrote:
> >Attached is a minor patch that uses the screen buffer width 
> rather than the
> >window width to calculate the number of spaces to clear.
> 
> The patch looks reasonable.  Could I have a ChangeLog entry 
> for it, please?
> 
> cgf
> 
> --
> Want to unsubscribe from this list?
> Send a message to cygwin-unsubscribe@sourceware.cygnus.com
> 

-------------- next part --------------
Thu Nov 16 15:59:58 2000 Bradley A. Town <townba@pobox.com>

	* fhandler_console.cc: New member variable `dwBufferSize' for `info'.
	(fillin_info): Set `dwBufferSize' to the size of the console buffer.
	(clear_screen): Use width of console buffer to calculate how many
	spaces to clear.


More information about the Cygwin-patches mailing list