From 4ccf5c18d31f2318e38486726e14b10fc3efd4c0 Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Fri, 5 Jul 2019 14:17:15 -0300 Subject: [PATCH] Addint testpattern command on v3270 trace windows. --- src/trace/exec.c | 6 ++++++ 1 file changed, 6 insertions(+), 0 deletions(-) diff --git a/src/trace/exec.c b/src/trace/exec.c index e7df93f..eca79ca 100644 --- a/src/trace/exec.c +++ b/src/trace/exec.c @@ -211,6 +211,12 @@ return 0; } + if(g_str_has_prefix(cmdline,"pattern")) + { + lib3270_testpattern(hSession); + return 0; + } + if(g_str_has_suffix(cmdline,"?")) { gchar * str = strchr(cmdline,'?'); -- libgit2 0.21.2