Kernel: Enable ECHOE and ECHOK, support VKILL, fix VEOF
This commit is contained in:
@@ -162,7 +162,7 @@ namespace Kernel
|
||||
.c_iflag = 0,
|
||||
.c_oflag = 0,
|
||||
.c_cflag = CS8,
|
||||
.c_lflag = ECHO | ICANON | ISIG,
|
||||
.c_lflag = ECHO | ECHOE | ECHOK | ICANON | ISIG,
|
||||
.c_cc = TTY_DEFAULT_TERMIOS_CC,
|
||||
.c_ospeed = B38400,
|
||||
.c_ispeed = B38400,
|
||||
|
||||
Reference in New Issue
Block a user