Commit ce2c4cff2776aa4517bd305e7f0db01e97f2b9f9
1 parent
54123949
Exists in
master
and in
3 other branches
Incluindo configuração do tipo de host via xml
Showing
1 changed file
with
0 additions
and
10 deletions
Show diff stats
telnet.c
... | ... | @@ -517,16 +517,6 @@ int net_connect(H3270 *session, const char *host, char *portname, Boolean ls, Bo |
517 | 517 | vrprnt = parse_ctlchar("^R"); |
518 | 518 | vlnext = parse_ctlchar("^V"); |
519 | 519 | |
520 | -/* | |
521 | - vintr = parse_ctlchar(appres.intr); | |
522 | - vquit = parse_ctlchar(appres.quit); | |
523 | - verase = parse_ctlchar(appres.erase); | |
524 | - vkill = parse_ctlchar(appres.kill); | |
525 | - veof = parse_ctlchar(appres.eof); | |
526 | - vwerase = parse_ctlchar(appres.werase); | |
527 | - vrprnt = parse_ctlchar(appres.rprnt); | |
528 | - vlnext = parse_ctlchar(appres.lnext); | |
529 | -*/ | |
530 | 520 | t_valid = 1; |
531 | 521 | } |
532 | 522 | #endif /*]*/ | ... | ... |