]> git.proxmox.com Git - mirror_lxc.git/commit - src/lxc/terminal.c
set terminal settings when console is a tty
authorDaniel Lezcano <daniel.lezcano@free.fr>
Wed, 24 Feb 2010 09:57:43 +0000 (10:57 +0100)
committerDaniel Lezcano <dlezcano@fr.ibm.com>
Wed, 24 Feb 2010 09:57:43 +0000 (10:57 +0100)
commite0dc0de76ed1ad9e284a37bd01268227d4eae8c9
tree4ba8c580762441070634af35b079fdc4788f44d1
parent63376d7db32acf2f8582627e5ff01d8d3f0d46d1
set terminal settings when console is a tty

As the console output can be a tty, we want to have the terminal to
be set as a specific manner to not echo and receive signals from the
keyboard.

Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
src/lxc/conf.h
src/lxc/console.c