Nick Kurshev | 9 May 2007 09:10
Picon

CVS: biew/biewlib/sysdep/generic/linux vio.c, 1.10, 1.11

Update of /cvsroot/biew/biew/biewlib/sysdep/generic/linux
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv11054

Modified Files:
	vio.c 
Log Message:
use the correct alternate set for line drawing. see
http://www.in-ulm.de/~mascheck/various/alternate_charset/. Fixed by Daniel Borca <dborca <at> yahoo.com>

Index: vio.c
===================================================================
RCS file: /cvsroot/biew/biew/biewlib/sysdep/generic/linux/vio.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -p -u -d -r1.10 -r1.11
--- vio.c	5 Sep 2006 16:20:30 -0000	1.10
+++ vio.c	9 May 2007 07:10:46 -0000	1.11
 <at>  <at>  -229,8 +229,8  <at>  <at>  void __FASTCALL__ __vioWriteBuff(tAbsCoo
 		c &= 0x7f;
 	    } else {
 		unsigned char *map = mode ?
-			    (output_G1 ? "\016" : "\033(U"):
-			    (output_G1 ? "\017" : "\033(K");
+			    (output_G1 ? "\033)0\016" : "\033(U"):
+			    (output_G1 ? "\033(B\017" : "\033(K");

 		if (output_G1 && old_mode != mode)
 		{

-------------------------------------------------------------------------
(Continue reading)


Gmane