libc_terminal: TIOCGETA return always echo on

This commit is contained in:
Taru Karttunen 2012-09-01 14:53:11 +03:00 committed by Norman Feske
parent 27bbaf75ba
commit bff86ab74d
1 changed files with 1 additions and 0 deletions

View File

@ -275,6 +275,7 @@ namespace {
switch (request) {
case TIOCGETA:
Genode::memset(t,0,sizeof(struct termios));
t->c_lflag = ECHO;
return 0;
case TIOCSETAW:
return 0;