X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fvt102_charset.c;h=a36467a4e3c2d429b46d35fa43bdbe5bdfe8ab3d;hb=32762931a77913e0363cc909df40f7e91c1d8406;hp=1835455b6887ddc1ad381a8145bf16f715020c9b;hpb=8c545e672c902b0a6f1b0b525a6d568b2426b4ad;p=sympathy.git diff --git a/src/vt102_charset.c b/src/vt102_charset.c index 1835455..a36467a 100644 --- a/src/vt102_charset.c +++ b/src/vt102_charset.c @@ -1,16 +1,25 @@ -/* +/* * vt102_charset.c: * - * Copyright (c) 2008 James McKenzie , + * Copyright (c) 2008 James McKenzie , * All rights reserved. * */ static char rcsid[] = - "$Id$"; + "$Id: vt102_charset.c,v 1.5 2008/03/07 12:37:04 james Exp $"; -/* - * $Log$ +/* + * $Log: vt102_charset.c,v $ + * Revision 1.5 2008/03/07 12:37:04 james + * *** empty log message *** + * + * Revision 1.4 2008/02/27 00:54:16 james + * *** empty log message *** + * + * Revision 1.3 2008/02/27 00:27:22 james + * *** empty log message *** + * * Revision 1.2 2008/02/26 23:56:12 james * *** empty log message *** * @@ -67,24 +76,24 @@ uint32_t vt102_charset_vt52[VT102_CHARSET_SIZE] = { [0x5f] = 0x25ae, [0x60] = 0x25ae, [0x61] = 0x25ae, - [0x62] = 0x215f, - [0x63] = '3', // 3/ - [0x64] = '5', // 5/ - [0x65] = '7', // 7/ + [0x62] = 0x215f, + [0x63] = '3', // 3/ + [0x64] = '5', // 5/ + [0x65] = '7', // 7/ [0x66] = 0x00b0, [0x67] = 0x00b1, [0x68] = 0x2192, [0x69] = 0x2026, [0x6a] = 0x00f7, [0x6b] = 0x2193, - [0x6c] = 0x25ba, //bar scan 0 - [0x6d] = 0x23ba, - [0x6e] = 0x25ba, //bar scan 2 - [0x6f] = 0x23bb, - [0x70] = 0x23bb, //bar scan 4 - [0x71] = 0x2500, - [0x72] = 0x23bc, //bar scan 6 - [0x73] = 0x23bc, + [0x6c] = 0x23ba, // bar scan 0 + [0x6d] = 0x23ba, + [0x6e] = 0x23bb, // bar scan 2 + [0x6f] = 0x23bb, + [0x70] = 0x2500, // bar scan 4 + [0x71] = 0x23bc, + [0x72] = 0x23bd, // bar scan 6 + [0x73] = 0x23bd, [0x74] = 0x2080, [0x75] = 0x2081, [0x76] = 0x2082,