summaryrefslogtreecommitdiff
path: root/Source/Kernel
diff options
context:
space:
mode:
authorAlexis211 <alexis211@gmail.com>2009-12-24 20:51:21 +0100
committerAlexis211 <alexis211@gmail.com>2009-12-24 20:51:21 +0100
commit714902e17c91200f53d0ad9a356466ee60b59d98 (patch)
treef28672f3384478b852d3319537f3860db04cc43e /Source/Kernel
parent9455d1d0e91823f45906ae3f8b99cf9609991602 (diff)
downloadMelon-714902e17c91200f53d0ad9a356466ee60b59d98.tar.gz
Melon-714902e17c91200f53d0ad9a356466ee60b59d98.zip
Changed some stuff about the Shell
Some applets are now externalized : cat free halt ls reboot uptime Also added some colors
Diffstat (limited to 'Source/Kernel')
-rw-r--r--Source/Kernel/VTManager/SimpleVT.class.h6
1 files changed, 6 insertions, 0 deletions
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 <VTManager/VirtualTerminal.proto.h>
+namespace VT {
+ void redrawScreen();
+}
+
class SimpleVT : public VirtualTerminal {
+ friend void VT::redrawScreen();
+
protected:
vtchr* m_buff;
u32int m_rows, m_cols;