1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 10:18:11 +00:00
serenity/Kernel/Graphics/Console
Liav A 0a5416a87a Kernel: Mark Console::{hide,show}_cursor methods protected
Only the Console code in the Graphics directory should be able to call
on these methods. The set_cursor method stays public as VirtualConsole
uses that method to change the cursor position.
2022-09-20 20:51:03 +01:00
..
BootFramebufferConsole.cpp Kernel: Move TrapFrame into its own header on aarch64 2022-08-14 09:44:48 +01:00
BootFramebufferConsole.h Kernel: Require lock rank for Spinlock construction 2022-08-19 20:26:47 -07:00
Console.h Kernel: Mark Console::{hide,show}_cursor methods protected 2022-09-20 20:51:03 +01:00
ContiguousFramebufferConsole.cpp Kernel: Make self-contained locking smart pointers their own classes 2022-08-20 17:20:43 +02:00
ContiguousFramebufferConsole.h Kernel: Make self-contained locking smart pointers their own classes 2022-08-20 17:20:43 +02:00
GenericFramebufferConsole.cpp Kernel/Console: Fix gaps between background glyph color 2022-06-11 12:19:29 +01:00
GenericFramebufferConsole.h Kernel: Mark Console::{hide,show}_cursor methods protected 2022-09-20 20:51:03 +01:00
VGATextModeConsole.cpp Kernel: Remove stale includes of x86 IO header file 2022-09-20 18:43:05 +01:00
VGATextModeConsole.h Kernel: Mark Console::{hide,show}_cursor methods protected 2022-09-20 20:51:03 +01:00