
11 Aug
2009
11 Aug
'09
1:34 p.m.
Daniel P. Berrange wrote:
On Fri, Aug 07, 2009 at 11:06:14AM +0200, Chris Lalancette wrote:
Signed-off-by: Chris Lalancette <clalance@redhat.com> --- src/console.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/console.c b/src/console.c index badb62c..4a1a80b 100644 --- a/src/console.c +++ b/src/console.c @@ -78,7 +78,7 @@ int vshRunConsole(const char *tty) { return -1; }
- /* Put STDIN into raw mode so that stuff typed + /* Put STDIN into raw mode so that stuff typed does not echo to the screen (the TTY reads will result in it being echoed back already), and also ensure Ctrl-C, etc is blocked, and misc
ACK
Daniel
Committed. -- Chris Lalancette