]> granicus.if.org Git - sudo/commit
Make this work again for things like "sudo echo hi | more" where the tty
authorTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 1 Nov 1999 04:00:57 +0000 (04:00 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 1 Nov 1999 04:00:57 +0000 (04:00 +0000)
commit3f1581ae66f6a7701fa07216d72ecc127f47d2f6
tree15b6947cc47c7afb2cff0c2cf5119e1fff5244ad
parentd0026e7d8805ce26d58c49ff131cfdffc521d271
Make this work again for things like "sudo echo hi | more" where the tty
gets put into character at a time mode.  We read until we read end of
line or we run out of space (similar to fgets(3)).
tgetpass.c