/[inetutils]/inetutils/telnet/telnet.c
ViewVC logotype

Diff of /inetutils/telnet/telnet.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.10 by ams, Sat Jan 22 14:55:52 2005 UTC revision 1.11 by gray, Tue Oct 11 11:16:15 2005 UTC
# Line 1307  slc_export() Line 1307  slc_export()
1307          }          }
1308      }      }
1309      slc_end_reply();      slc_end_reply();
1310      (void)slc_update();      slc_update();
1311      setconnmode(1);     /* Make sure the character values are set */      setconnmode(1);     /* Make sure the character values are set */
1312  }  }
1313    
# Line 1828  process_iac: Line 1828  process_iac:
1828                       */                       */
1829                  printoption("RCVD", IAC, DM);                  printoption("RCVD", IAC, DM);
1830                  SYNCHing = 1;                  SYNCHing = 1;
1831                  (void) ttyflush(1);                  ttyflush(1);
1832                  SYNCHing = stilloob();                  SYNCHing = stilloob();
1833                  settimer(gotDM);                  settimer(gotDM);
1834                  break;                  break;
# Line 2170  Scheduler(int block) Line 2170  Scheduler(int block)
2170  #   if defined(TN3270) && defined(unix)  #   if defined(TN3270) && defined(unix)
2171      if (HaveInput) {      if (HaveInput) {
2172          HaveInput = 0;          HaveInput = 0;
2173          (void) signal(SIGIO, inputAvailable);          signal(SIGIO, inputAvailable);
2174      }      }
2175  #endif  /* defined(TN3270) && defined(unix) */  #endif  /* defined(TN3270) && defined(unix) */
2176    
# Line 2420  doflush() Line 2420  doflush()
2420      NETADD(TELOPT_TM);      NETADD(TELOPT_TM);
2421      flushline = 1;      flushline = 1;
2422      flushout = 1;      flushout = 1;
2423      (void) ttyflush(1);                 /* Flush/drop output */      ttyflush(1);                        /* Flush/drop output */
2424      /* do printoption AFTER flush, otherwise the output gets tossed... */      /* do printoption AFTER flush, otherwise the output gets tossed... */
2425      printoption("SENT", DO, TELOPT_TM);      printoption("SENT", DO, TELOPT_TM);
2426  }  }

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26