aboutsummaryrefslogtreecommitdiffstats
path: root/src/vt102_charset.c
diff options
context:
space:
mode:
authorjames <>2008-02-27 00:54:16 +0000
committerjames <>2008-02-27 00:54:16 +0000
commit74feb0db53bf6ed2d53ca59e3aed001f1160e62a (patch)
tree5344087602e010d1677a647656121b3713470410 /src/vt102_charset.c
parentdd068f2faaa044fbcef7a430650a221f210cba40 (diff)
downloadsympathy-74feb0db53bf6ed2d53ca59e3aed001f1160e62a.tar.gz
sympathy-74feb0db53bf6ed2d53ca59e3aed001f1160e62a.tar.bz2
sympathy-74feb0db53bf6ed2d53ca59e3aed001f1160e62a.zip
*** empty log message ***
Diffstat (limited to 'src/vt102_charset.c')
-rw-r--r--src/vt102_charset.c15
1 files changed, 9 insertions, 6 deletions
diff --git a/src/vt102_charset.c b/src/vt102_charset.c
index 49abe8f..43e6012 100644
--- a/src/vt102_charset.c
+++ b/src/vt102_charset.c
@@ -11,6 +11,9 @@ static char rcsid[] =
/*
* $Log$
+ * 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 ***
*
@@ -80,14 +83,14 @@ uint32_t vt102_charset_vt52[VT102_CHARSET_SIZE] = {
[0x69] = 0x2026,
[0x6a] = 0x00f7,
[0x6b] = 0x2193,
- [0x6c] = 0x25ba, //bar scan 0
+ [0x6c] = 0x23ba, //bar scan 0
[0x6d] = 0x23ba,
- [0x6e] = 0x25ba, //bar scan 2
+ [0x6e] = 0x23bb, //bar scan 2
[0x6f] = 0x23bb,
- [0x70] = 0x23bb, //bar scan 4
- [0x71] = 0x2500,
- [0x72] = 0x23bc, //bar scan 6
- [0x73] = 0x23bc,
+ [0x70] = 0x2500, //bar scan 4
+ [0x71] = 0x23bc,
+ [0x72] = 0x23bd, //bar scan 6
+ [0x73] = 0x23bd,
[0x74] = 0x2080,
[0x75] = 0x2081,
[0x76] = 0x2082,