diff options
Diffstat (limited to 'Source/Kernel/VTManager/SimpleVT.class.h')
-rw-r--r-- | Source/Kernel/VTManager/SimpleVT.class.h | 2 |
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(); |