Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/bugy/script-server
/ terminal_model_test.js
File
terminal_model_test.js
web-src/tests/unit/terminal_model_test.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
'use strict'
;
2
3
import
{Style, StyledRange, TerminalModel} from
'@/common/components/terminal/ansi/terminal_model'
;
4
import
{clearArray, isNull} from
'@/common/utils/common'
;
Callers
nothing calls this directly
Calls
15
format
Function · 0.90
moveCursorLeft
Function · 0.90
moveCursorRight
Function · 0.90
moveCursorUp
Function · 0.90
moveCursorDown
Function · 0.90
clearLineToRight
Function · 0.90
clearLineToLeft
Function · 0.90
clearFullLine
Function · 0.90
clearLine
Function · 0.90
moveToPosition
Function · 0.90
savePosition
Function · 0.90
restorePosition
Function · 0.90
Tested by
no test coverage detected