Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Aug 2004 10:26:33 -0400
From:      Joe Marcus Clarke <marcus@marcuscom.com>
To:        David Xu <davidxu@freebsd.org>
Cc:        FreeBSD Ports <ports@freebsd.org>
Subject:   Re: gnome-terminal sucks
Message-ID:  <1093271193.744.7.camel@gyros>
In-Reply-To: <4129FD61.8030907@freebsd.org>
References:  <20040823121856.GA65942@iib.unsam.edu.ar> <4129E43D.7060901@freebsd.org> <1093266183.44764.10.camel@shumai.marcuscom.com> <1093266741.44764.12.camel@shumai.marcuscom.com> <4129FD61.8030907@freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help

--=-w3w09Gz64I5GLdtudi+G
Content-Type: text/plain
Content-Transfer-Encoding: quoted-printable

On Mon, 2004-08-23 at 10:21, David Xu wrote:
> Joe Marcus Clarke wrote:
>=20
> >On Mon, 2004-08-23 at 09:03, Joe Marcus Clarke wrote:
> > =20
> >
> >>On Mon, 2004-08-23 at 08:34, David Xu wrote:
> >>   =20
> >>
> >>>After I maximized gnome-terminal window,  whenever I drag terminal
> >>>window's scrollbar down to scroll forward contents, there is always
> >>>some garbage left on screen:
> >>>http://people.freebsd.org/~davidxu/screenshot.png
> >>>The bug is there from version to version, this really sucks!
> >>>     =20
> >>>
> >>Wow, that does really suck.  I don't see it here even with your
> >>zh_CN.GB2312 locale.  What font are you using?  I tested Bitstream Mono
> >>and Courier, and both work okay.
> >>
> >>http://www.marcuscom.com/downloads/gnome-terminal.png
> >>   =20
> >>
> >
> >David, this looks like it might be
> >http://bugzilla.gnome.org/show_bug.cgi?id=3D146925.  There is a vte patc=
h
> >pointer in that bug.  Can you apply that to vte, and let me know if it
> >solves your problem?  Thanks.
> >
> > =20
> >
> Wow, the patch works for me! I pasted it here:

This patch didn't work for you:

http://bugzilla.gnome.org/attachment.cgi?id=3D30677&action=3Dview

Joe

>=20
> diff -ur vte-0.11.11.orig/src/vte.c vte-0.11.11/src/vte.c
> --- vte-0.11.11.orig/src/vte.c	2004-05-02 03:43:01.000000000 -0300
> +++ vte-0.11.11/src/vte.c	2004-07-09 21:21:01.000000000 -0300
> @@ -13793,7 +13793,7 @@
>  	row =3D MAX(0, (area->y - VTE_PAD_WIDTH) / height);
>  	row_stop =3D MIN(howmany((area->y - VTE_PAD_WIDTH) + area->height,
>  			       height),
> -		       terminal->row_count - 1);
> +		       terminal->row_count);
>  	col =3D MAX(0, (area->x - VTE_PAD_WIDTH) / width);
>  	col_stop =3D MIN(howmany((area->x - VTE_PAD_WIDTH) + area->width,
>  			       width),
>=20
>=20
> Thanks,
> David Xu
>=20
--=20
PGP Key : http://www.marcuscom.com/pgp.asc



--=-w3w09Gz64I5GLdtudi+G
Content-Type: application/pgp-signature; name=signature.asc
Content-Description: This is a digitally signed message part

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (FreeBSD)

iD8DBQBBKf6Zb2iPiv4Uz4cRAkttAKCKsf/OIvh/A3NgrPgy854b2z5XAQCeNnq/
aEK318e58zdnrZCcwDT+fFg=
=FVlK
-----END PGP SIGNATURE-----

--=-w3w09Gz64I5GLdtudi+G--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1093271193.744.7.camel>