From 618c420056014a593c0ce8b053143ae3bdb3a39d Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Thu, 21 Nov 2019 16:10:22 -0300 Subject: [PATCH] Adding more CG chars in the test pattern. --- src/core/screen.c | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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