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
http://invisible-island.net
ftp://invisible-island.net
===================================================================
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.     */

Attachment: pgp0nxrpVeubb.pgp
Description: PGP signature

Reply via email to