Allow user to bypass sleep of 5 seconds.
commit230855a865ab209b9784ad3ecba8675d3df5ac32
authorJuergen Weigert <jw@suse.de>
Wed, 3 Jun 2009 19:52:12 +0000 (3 12:52 -0700)
committerMicah Cowan <Micah Cowan micah@cowan.name>
Wed, 3 Jun 2009 19:52:12 +0000 (3 12:52 -0700)
tree9399a1d44769e492ba9c20bd2cb4dffa1810bd9f
parent9cdf8e20a271dea2c86d571d8ed457ecebbac14c
Allow user to bypass sleep of 5 seconds.

When used as a minicom replacement, the hard coded sleep(5)
is really annoying, when trying to find the correct line and parameters.

This patch makes this fatal error message behave more like an ordinary message.
We now honor msgwait variable and honors user input.
src/screen.c