Commit 0e9252606c3542291ceb8a0aa92865a8d45c90e9

Authored by Andrew Kay
1 parent 72c84682
Exists in develop

Fix PA key mapping

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
src/core/actions/table.c
... ... @@ -86,11 +86,11 @@ static int pa1(H3270 *hSession) {
86 86 }
87 87  
88 88 static int pa2(H3270 *hSession) {
89   - return lib3270_pakey(hSession,1);
  89 + return lib3270_pakey(hSession,2);
90 90 }
91 91  
92 92 static int pa3(H3270 *hSession) {
93   - return lib3270_pakey(hSession,1);
  93 + return lib3270_pakey(hSession,3);
94 94 }
95 95  
96 96 /**
... ...