summaryrefslogtreecommitdiff
path: root/Kernel/TTY/VirtualConsole.h
AgeCommit message (Expand)Author
2020-02-18TTY: Reset VGA start row when setting graphical TTYJesse Buhagiar
2020-02-16Kernel: Move all code into the Kernel namespaceAndreas Kling
2020-02-09Kernel: Apply changes to use LibBareMetal definitionsLiav A
2020-01-18Meta: Add license header to source filesAndreas Kling
2019-10-30TTY: Properly implement echo in VirtualConsole.Drew Stratford
2019-10-20TTY: Implement Canonical mode and basic echoing.Drew Stratford
2019-10-18Kernel: Keep TTY names in character buffers instead of StringsAndreas Kling
2019-08-18Kernel: Disable VGA console in graphical modeConrad Pankoff
2019-07-03AK: Rename the common integer typedefs to make it obvious what they are.Andreas Kling
2019-06-07Meta: Tweak .clang-format to not wrap braces after enums.Andreas Kling
2019-05-28Add clang-format fileRobin Burchell
2019-04-16Kernel: Have TTY subclasses cache their tty_name/pts_name.Andreas Kling
2019-04-03Kernel: Move devices into Kernel/Devices/.Andreas Kling
2019-04-03Kernel: Move TTY-related files into Kernel/TTY/.Andreas Kling