Commit 5fa73c8406733ec8a8d81696e7fd7ce4c1ee52cf

Authored by perry.werneck@gmail.com
1 parent b85d878c

Incluindo action_string

Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
kybd.c
... ... @@ -2521,7 +2521,8 @@ LIB3270_EXPORT int lib3270_emulate_input(H3270 *hSession, char *s, int len, int
2521 2521 return 0;
2522 2522 }
2523 2523  
2524   - if (pasting && IN_3270) {
  2524 + if (pasting && IN_3270)
  2525 + {
2525 2526  
2526 2527 /* Check for cursor wrap to top of screen. */
2527 2528 if (hSession->cursor_addr < orig_addr)
... ...