提交 4dca1cf3 编写于 作者: D Daniel Imms

Implement scroll up/down

上级 8e3fb3d7
......@@ -191,11 +191,11 @@ export class TerminalInstance implements ITerminalInstance {
}
public scrollDown(): void {
// TODO: Implement
this.xterm.scrollDisp(1);
}
public scrollUp(): void {
// TODO: Implement
this.xterm.scrollDisp(-1);
}
private sanitizeInput(data: any) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册