MCPcopy
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
88func (t *Terminal) WriteToPty(data []byte) error {
89 _, err := t.pty.Write(data)
90 return err
91}
92
93func (t *Terminal) GetTitle() string {
94 return t.windowManipulator.GetTitle()

Callers 7

handleOSCMethod · 0.95
csiWindowManipulationMethod · 0.95
RunMethod · 0.95
handleInputMethod · 0.80
handleMouseRemotelyMethod · 0.80

Calls 1

WriteMethod · 0.80

Tested by

no test coverage detected