On Sun, Apr 30, 2006 at 01:16:43AM +0200, Nicolas François wrote: > On Fri, Jul 01, 2005 at 02:03:14PM -0400, Justin Pryzby wrote: > > > > This is a request for dpkg to clear the keyboard buffer before > > prompting the user. (Actually, how does one do that? I hope its not > > a silly related to getch(). > > The attached patch flushes the data received on the terminal before > prompting the user.
Hi. Other places in dpkg use sys/termios.h instead. Assuming that there was a good reason for this (on linux sys/termios.h doesn't do anything except for loading termios.h, though), you should change your patch to use that, too. Gruesse, -- Frank Lichtenheld <[EMAIL PROTECTED]> www: http://www.djpig.de/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

