summaryrefslogtreecommitdiff
path: root/Source/Kernel/VTManager/PipeVT.class.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Kernel/VTManager/PipeVT.class.h')
-rw-r--r--Source/Kernel/VTManager/PipeVT.class.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Kernel/VTManager/PipeVT.class.h b/Source/Kernel/VTManager/PipeVT.class.h
index 3c9521d..e39589f 100644
--- a/Source/Kernel/VTManager/PipeVT.class.h
+++ b/Source/Kernel/VTManager/PipeVT.class.h
@@ -11,7 +11,7 @@ class PipeVT : public VirtualTerminal {
PipeVT();
bool isBoxed() { return false; }
- void setCursorCol(u32int col);
+ void handleEscape(mvt_esc_cmd_t cmd);
void put(WChar c, bool updatecsr = true);
};