1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-13 16:42:08 +00:00
serenity/Kernel/TTY
Andreas Kling ab94a6be00 AK: Add String::copy(BufferType) helper.
This will create a String from any BufferType that has data() and size().
2019-04-20 14:13:40 +02:00
..
MasterPTY.cpp Kernel: Have TTY subclasses cache their tty_name/pts_name. 2019-04-16 00:35:02 +02:00
MasterPTY.h Kernel: Have TTY subclasses cache their tty_name/pts_name. 2019-04-16 00:35:02 +02:00
PTYMultiplexer.cpp Kernel: Move TTY-related files into Kernel/TTY/. 2019-04-03 12:28:45 +02:00
PTYMultiplexer.h Kernel: Move devices into Kernel/Devices/. 2019-04-03 12:36:40 +02:00
SlavePTY.cpp Kernel: Have TTY subclasses cache their tty_name/pts_name. 2019-04-16 00:35:02 +02:00
SlavePTY.h Kernel: Have TTY subclasses cache their tty_name/pts_name. 2019-04-16 00:35:02 +02:00
TTY.cpp Kernel: Move TTY-related files into Kernel/TTY/. 2019-04-03 12:28:45 +02:00
TTY.h Kernel: Move devices into Kernel/Devices/. 2019-04-03 12:36:40 +02:00
VirtualConsole.cpp AK: Add String::copy(BufferType) helper. 2019-04-20 14:13:40 +02:00
VirtualConsole.h Kernel: Have TTY subclasses cache their tty_name/pts_name. 2019-04-16 00:35:02 +02:00