On Wed, Jun 16, 2004 at 03:39:36PM -0400, Thomas Dickey wrote:
> On Wed, Jun 16, 2004 at 05:30:18PM +0200, Adrian Bunk wrote:
> > Could you send me only this part of the xterm patch?
> 
> attached.
> 
> -- 
> Thomas E. Dickey

> ===================================================================
> RCS file: RCS/charproc.c,v
> retrieving revision 1.425
> retrieving revision 1.426
> diff -u -r1.425 -r1.426
> --- charproc.c        2003/10/27 01:07:56     1.425
> +++ charproc.c        2003/11/05 22:19:29     1.426
> @@ -859,9 +859,9 @@
>  resetCharsets(TScreen * screen)
>  {
>      screen->gsets[0] = 'B';  /* ASCII_G              */
> -    screen->gsets[1] = '0';  /* line drawing         */
> -    screen->gsets[2] = 'B';  /* DEC supplemental.    */
> -    screen->gsets[3] = 'B';
> +    screen->gsets[1] = 'B';  /* ASCII_G              */
> +    screen->gsets[2] = 'B';  /* ASCII_G              */
> +    screen->gsets[3] = 'B';  /* ASCII_G              */
>      screen->curgl = 0;               /* G0 => GL.            */
>      screen->curgr = 2;               /* G2 => GR.            */
>      screen->curss = 0;               /* No single shift.     */


Reverting this patch fixes the problem for me.


cu
Adrian

-- 

       "Is there not promise of rain?" Ling Tan asked suddenly out
        of the darkness. There had been need of rain for many days.
       "Only a promise," Lao Er said.
                                       Pearl S. Buck - Dragon Seed


Reply via email to