chiark / gitweb /
serialmgr: Look for things in /usr, not /usr/local
[sympathy.git] / src / vt102_charset.c
index 49abe8fda0740bb702ff3e8b7df332a0714a1c64..a36467a4e3c2d429b46d35fa43bdbe5bdfe8ab3d 100644 (file)
@@ -1,16 +1,22 @@
-/*
+/* 
  * vt102_charset.c:
  *
- * Copyright (c) 2008 James McKenzie <james@fishsoup.dhs.org>,
+ * Copyright (c) 2008 James McKenzie <sympathy@madingley.org>,
  * 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 ***
  *
@@ -80,14 +86,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,