Repair handling of ^C and ^D around command prompts, by inserting
authorderaadt <deraadt@openbsd.org>
Mon, 14 Jul 2014 05:54:12 +0000 (05:54 +0000)
committerderaadt <deraadt@openbsd.org>
Mon, 14 Jul 2014 05:54:12 +0000 (05:54 +0000)
commit171c927c7dd9d5b3f09124960c1adc7411691194
tree981334c201c1bfbde4a52409f7d93d0e04e29908
parent93079f381cdf5d6f4815571cf539f8b75fc5347f
Repair handling of ^C and ^D around command prompts, by inserting
correct newlines.  Of course, that means removing stdio use from
signal handlers.  Can we find someone to rewrite the entire interactive
half of this program?
ok guenther
usr.bin/ftp/main.c