mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
libc_terminal: TIOCGETA return always echo on
This commit is contained in:
committed by
Norman Feske
parent
27bbaf75ba
commit
bff86ab74d
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user