From 714902e17c91200f53d0ad9a356466ee60b59d98 Mon Sep 17 00:00:00 2001 From: Alexis211 Date: Thu, 24 Dec 2009 20:51:21 +0100 Subject: Changed some stuff about the Shell Some applets are now externalized : cat free halt ls reboot uptime Also added some colors --- Source/Kernel/VTManager/SimpleVT.class.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Source/Kernel') diff --git a/Source/Kernel/VTManager/SimpleVT.class.h b/Source/Kernel/VTManager/SimpleVT.class.h index 645e4c2..9c5657e 100644 --- a/Source/Kernel/VTManager/SimpleVT.class.h +++ b/Source/Kernel/VTManager/SimpleVT.class.h @@ -3,7 +3,13 @@ #include +namespace VT { + void redrawScreen(); +} + class SimpleVT : public VirtualTerminal { + friend void VT::redrawScreen(); + protected: vtchr* m_buff; u32int m_rows, m_cols; -- cgit v1.2.3