* krlogin.c (writer): Improved bandwith efficiency by reading
authorPeter Litwack <plitwack@mit.edu>
Fri, 21 Jul 2000 23:35:12 +0000 (23:35 +0000)
committerPeter Litwack <plitwack@mit.edu>
Fri, 21 Jul 2000 23:35:12 +0000 (23:35 +0000)
commit2dde150bac6865d4bbad7f9f443dcf3ed615c71e
treea32fa75588e74f515ea13c76b04a6c82555bae86
parentb1bd7aa4c32ebb43315dbd3cd6565b14e4eee075
* krlogin.c (writer): Improved bandwith efficiency by reading
and sending more than one character at a time if multiple
characters are available to be read from the terminal.

* krlogin.c (read_wrapper): Added this function as a helper
to writer.  It facilitates checking for escape sequences
(~^Z etc.) when reading mulitple characters at a time.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12581 dc483132-0cff-0310-8789-dd5450dbe970
src/appl/bsd/ChangeLog
src/appl/bsd/krlogin.c