chore: make webfs usable
This commit is contained in:
@@ -155,8 +155,8 @@ export class Terminal {
|
||||
UpdateCursor() {
|
||||
this.SetCursorStyle(this.cursorStyle)
|
||||
|
||||
this.cursor.style.left = `${this.cursorPosition.col * this.cellWidth}px`
|
||||
this.cursor.style.top = `${this.cursorPosition.row * this.cellHeight}px`
|
||||
this.cursor.style.left = `${this.cursorPosition.col * this.cellWidth + this.terminal.offsetLeft}px `
|
||||
this.cursor.style.top = `${this.cursorPosition.row * this.cellHeight + this.terminal.offsetTop}px`
|
||||
}
|
||||
|
||||
GetCursorPosition(): CursorPosition {
|
||||
|
||||
Reference in New Issue
Block a user