mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 14:13:09 +00:00
libc_terminal: TIOCGETA return always echo on
This commit is contained in:
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;
|
||||
|
Loading…
Reference in New Issue
Block a user