Skip to content
Snippets Groups Projects
Commit 6dfb5031 authored by rswindell's avatar rswindell
Browse files

Add CP437 0xDB - 0xDF (FULL/HALF block) enum definitions.

parent 35002bee
No related branches found
No related tags found
No related merge requests found
......@@ -130,6 +130,12 @@ enum cp437_char {
CP437_BOX_DRAWINGS_DOUBLE_VERTICAL = '\xBA',
CP437_BOX_DRAWINGS_VERTICAL_AND_HORIZONTAL = '\xC5',
// TODO...
CP437_FULL_BLOCK = '\xDB',
CP437_LOWER_HALF_BLOCK = '\xDC',
CP437_LEFT_HALF_BLOCK = '\xDD',
CP437_RIGHT_HALF_BLOCK = '\xDE',
CP437_UPPER_HALF_BLOCK = '\xDF',
// TODO...
CP437_GREEK_SMALL_LETTER_ALPHA = '\xE0',
CP437_GREEK_SMALL_LETTER_BETA = '\xE1',
CP437_LATIN_SMALL_LETTER_SHARP_S = '\xE1', // Duplicate
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment