diff --git a/src/core/screen.c b/src/core/screen.c index a052e13..a32738b 100644 --- a/src/core/screen.c +++ b/src/core/screen.c @@ -885,7 +885,7 @@ LIB3270_EXPORT int lib3270_testpattern(H3270 *hSession) 0xc4, // CG 0xa3, LL corner 0xd4, // CG 0xac, LR corner - 0xf0, + 0xf0, // 0-9 Superscript 0xf1, 0xf2, 0xf3, @@ -896,6 +896,12 @@ LIB3270_EXPORT int lib3270_testpattern(H3270 *hSession) 0xf8, 0xf9, + 0xe1, // 1-3 subscript + 0xe2, + 0xe3, + + 0xb8, // Division Sign รท + 0x00 }; -- libgit2 0.21.2