Commit 618c420056014a593c0ce8b053143ae3bdb3a39d
1 parent
baf91c94
Exists in
master
and in
3 other branches
Adding more CG chars in the test pattern.
Showing
1 changed file
with
7 additions
and
1 deletions
Show diff stats
src/core/screen.c
... | ... | @@ -885,7 +885,7 @@ LIB3270_EXPORT int lib3270_testpattern(H3270 *hSession) |
885 | 885 | 0xc4, // CG 0xa3, LL corner |
886 | 886 | 0xd4, // CG 0xac, LR corner |
887 | 887 | |
888 | - 0xf0, | |
888 | + 0xf0, // 0-9 Superscript | |
889 | 889 | 0xf1, |
890 | 890 | 0xf2, |
891 | 891 | 0xf3, |
... | ... | @@ -896,6 +896,12 @@ LIB3270_EXPORT int lib3270_testpattern(H3270 *hSession) |
896 | 896 | 0xf8, |
897 | 897 | 0xf9, |
898 | 898 | |
899 | + 0xe1, // 1-3 subscript | |
900 | + 0xe2, | |
901 | + 0xe3, | |
902 | + | |
903 | + 0xb8, // Division Sign ÷ | |
904 | + | |
899 | 905 | 0x00 |
900 | 906 | |
901 | 907 | }; | ... | ... |