commit | df189fb2792184d038650437b752e23b1d4b71cf | [log] [download] |
---|---|---|
author | Darren Tucker <dtucker@zip.com.au> | Sun Jun 08 12:55:32 2008 +1000 |
committer | Darren Tucker <dtucker@zip.com.au> | Sun Jun 08 12:55:32 2008 +1000 |
tree | 95190f41920e3f9ff034881d463069fd3e8dc50a | |
parent | 0f7e910604a9858d71077a50bffca34299894895 [diff] |
- djm@cvs.openbsd.org 2008/05/19 20:53:52 [clientloop.c] unbreak tree by committing this bit that I missed from: Fix sending tty modes when stdin is not a tty (bz#1199). Previously we would send the modes corresponding to a zeroed struct termios, whereas we should have been sending an empty list of modes. Based on patch from daniel.ritz AT alcatel.ch; ok dtucker@ markus@