summaryrefslogtreecommitdiff
path: root/Source/Kernel/VTManager
diff options
context:
space:
mode:
authorAlexis211 <alexis211@gmail.com>2009-12-20 23:09:17 +0100
committerAlexis211 <alexis211@gmail.com>2009-12-20 23:09:17 +0100
commit2a9defea402eec36e075e9e835b804dcc6926748 (patch)
treeee3d24def50d5a6d068cc4ffdb412e8b2c4101c6 /Source/Kernel/VTManager
parent5c0d8c3ff6d02eec309463982df9e53f44f4359c (diff)
downloadMelon-2a9defea402eec36e075e9e835b804dcc6926748.tar.gz
Melon-2a9defea402eec36e075e9e835b804dcc6926748.zip
Added a simple status bar for loading progress
Diffstat (limited to 'Source/Kernel/VTManager')
-rw-r--r--Source/Kernel/VTManager/SimpleVT.class.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/Kernel/VTManager/SimpleVT.class.h b/Source/Kernel/VTManager/SimpleVT.class.h
index 9eda6de..6125d10 100644
--- a/Source/Kernel/VTManager/SimpleVT.class.h
+++ b/Source/Kernel/VTManager/SimpleVT.class.h
@@ -24,6 +24,8 @@ class SimpleVT : public VirtualTerminal {
bool isBoxed() { return true; }
u8int height() { return m_rows; }
u8int width() { return m_cols; }
+ u8int csrlin() { return m_csrlin; }
+ u8int csrcol() { return m_csrcol; }
void map(s32int row = -1, s32int col = -1);
void unmap();