ladybird/Kernel/TTY
Andreas Kling c1bbd40b9e Kernel: Rename "descriptor" to "description" where appropriate.
Now that FileDescription is called that, variables of that type should not
be called "descriptor". This is kinda wordy but we'll get used to it.
2019-06-13 22:03:04 +02:00
..
MasterPTY.cpp Kernel: Rename "descriptor" to "description" where appropriate. 2019-06-13 22:03:04 +02:00
MasterPTY.h Kernel: Rename FileDescriptor to FileDescription. 2019-06-07 09:36:51 +02:00
PTYMultiplexer.cpp Kernel: Rename FileDescriptor to FileDescription. 2019-06-07 09:36:51 +02:00
PTYMultiplexer.h Kernel: Rename FileDescriptor to FileDescription. 2019-06-07 09:36:51 +02:00
SlavePTY.cpp Kernel: Rename "descriptor" to "description" where appropriate. 2019-06-13 22:03:04 +02:00
SlavePTY.h Kernel: Rename FileDescriptor to FileDescription. 2019-06-07 09:36:51 +02:00
TTY.cpp Kernel: Run clang-format on everything. 2019-06-07 11:43:58 +02:00
TTY.h Kernel: Rename FileDescriptor to FileDescription. 2019-06-07 09:36:51 +02:00
VirtualConsole.cpp Kernel: Move i386.{cpp,h} => Arch/i386/CPU.{cpp,h} 2019-06-07 20:02:01 +02:00
VirtualConsole.h Meta: Tweak .clang-format to not wrap braces after enums. 2019-06-07 17:13:23 +02:00