]> Shamusworld >> Repos - ttedit/blobdiff - src/charnames.h
Add ability to move points with the arrow keys.
[ttedit] / src / charnames.h
index 53d357c7a1af3e6193f45734447b3f08a6746bd4..ad2520b75d6065f9321b92ef28232c432e83edb5 100755 (executable)
@@ -1,18 +1,18 @@
-//\r
-// charnames.h\r
-//\r
-// A header file that links Unicode character names to character numbers.\r
-// Also, throws in the Macintosh standard glyph names to boot.\r
-//\r
-// by James L. Hammons\r
-//\r
-\r
-extern unsigned char macStdNames[];\r
-extern unsigned char unicodeChars[];\r
-\r
-/*struct unicodeChar\r
-{\r
-  int cNum;\r
-\r
-};*/\r
-\r
+//
+// charnames.h
+//
+// A header file that links Unicode character names to character numbers.
+// Also, throws in the Macintosh standard glyph names to boot.
+//
+// by James L. Hammons
+//
+
+extern unsigned char macStdNames[];
+extern unsigned char unicodeChars[];
+
+/*struct unicodeChar
+{
+  int cNum;
+
+};*/
+