Last change
on this file since cbe2c15 was 3ae31e9, checked in by Thomas Lopatic <thomas@…>, 7 years ago |
Imported original source code.
|
-
Property mode
set to
100755
|
File size:
965 bytes
|
Rev | Line | |
---|
[3ae31e9] | 1 | /*
|
---|
| 2 | =============================================================================
|
---|
| 3 | charset.h -- Buchla 700 special character definitions
|
---|
| 4 | Version 2 -- 1987-11-03 -- D.N. Lynx Crowe
|
---|
| 5 | =============================================================================
|
---|
| 6 | */
|
---|
| 7 |
|
---|
| 8 | #define SP_P1 0xA0 /* normal +1 */
|
---|
| 9 | #define SP_BP1 0xA2 /* boldface +1 */
|
---|
| 10 |
|
---|
| 11 | #define SP_M1 0xA1 /* normal -1 */
|
---|
| 12 | #define SP_BM1 0xA3 /* boldface -1 */
|
---|
| 13 |
|
---|
| 14 | #define SP_MN 0x1A /* boldface - */
|
---|
| 15 | #define SP_PL 0x1B /* boldface + */
|
---|
| 16 |
|
---|
| 17 | #define D_FLAT 0xA9 /* normal flat sign */
|
---|
| 18 | #define BF_FLAT 0xA9 /* boldface flat sign */
|
---|
| 19 |
|
---|
| 20 | #define D_SHARP 0xA8 /* normal sharp sign */
|
---|
| 21 | #define BF_SHARP 0xA8 /* boldface sharp sign */
|
---|
| 22 |
|
---|
| 23 | #define SP_BFA 'A' /* boldface A */
|
---|
| 24 | #define SP_BFC 'C' /* boldface C */
|
---|
| 25 |
|
---|
| 26 | #define SP_BF0 0x10 /* boldface 0 */
|
---|
| 27 |
|
---|
| 28 | #define SP_1P 0xA4 /* normal 1. */
|
---|
| 29 | #define SP_1PB 0xA6 /* boldface 1. */
|
---|
| 30 |
|
---|
| 31 | #define SP_UPA 0xAB /* up arrow */
|
---|
| 32 | #define SP_DNA 0xAA /* down arrow */
|
---|
Note:
See
TracBrowser
for help on using the repository browser.