diff --git a/src/core/actions/table.c b/src/core/actions/table.c index cceeedf..57fa6bf 100644 --- a/src/core/actions/table.c +++ b/src/core/actions/table.c @@ -86,11 +86,11 @@ static int pa1(H3270 *hSession) { } static int pa2(H3270 *hSession) { - return lib3270_pakey(hSession,1); + return lib3270_pakey(hSession,2); } static int pa3(H3270 *hSession) { - return lib3270_pakey(hSession,1); + return lib3270_pakey(hSession,3); } /** -- libgit2 0.21.2