Commit 6e30abf101966cb909495847385b6981bbdb4f35

Authored by perry.werneck@gmail.com
1 parent a6bedd90
Exists in master

De: Eduardo Bisogno Andrade

2012-03-22 12:29

Pergunto se pode ser implementado um marcador para o campo onde foi digitado o Dup, essa característica existe nos emuladores comerciais, por exemplo um '*'. O emulador automaticamente jogaria o '*' na posição do campo onde foi digitado o DUP e pularia para o próximo campo. 
Showing 1 changed file with 3 additions and 0 deletions   Show diff stats
src/lib/kybd.c
... ... @@ -2336,7 +2336,10 @@ LIB3270_KEY_ACTION( dup )
2336 2336 return;
2337 2337 #endif /*]*/
2338 2338 if (key_Character(EBC_dup, False, False, NULL))
  2339 + {
  2340 + screen_disp(&h3270);
2339 2341 cursor_move(next_unprotected(h3270.cursor_addr));
  2342 + }
2340 2343 }
2341 2344  
2342 2345  
... ...