mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-02 19:09:16 +00:00
feat(kernel/tty): implement processing control characters (^C, ^D, etc)
This commit is contained in:
@ -24,16 +24,6 @@
|
||||
|
||||
namespace TTY
|
||||
{
|
||||
PTMXDevice::PTMXDevice()
|
||||
{
|
||||
}
|
||||
|
||||
PTMXDevice::~PTMXDevice()
|
||||
{
|
||||
for (auto pty : PTYs)
|
||||
delete pty;
|
||||
}
|
||||
|
||||
int PTMXDevice::Open()
|
||||
{
|
||||
stub;
|
||||
|
Reference in New Issue
Block a user