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