Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/liamg/darktile
/ WriteToPty
Method
WriteToPty
internal/app/darktile/termutil/terminal.go:88–91 ·
view source on GitHub ↗
(data []byte)
Source
from the content-addressed store, hash-verified
86
}
87
88
func
(t *Terminal) WriteToPty(data []byte) error {
89
_, err := t.pty.Write(data)
90
return
err
91
}
92
93
func
(t *Terminal) GetTitle() string {
94
return
t.windowManipulator.GetTitle()
Callers
7
handleOSC
Method · 0.95
csiWindowManipulation
Method · 0.95
csiSendDeviceAttributesHandler
Method · 0.95
csiDeviceStatusReportHandler
Method · 0.95
Run
Method · 0.95
handleInput
Method · 0.80
handleMouseRemotely
Method · 0.80
Calls
1
Write
Method · 0.80
Tested by
no test coverage detected