MCPcopy
hub / github.com/micro-editor/micro / TermWindow

Struct TermWindow

internal/display/termwindow.go:13–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11)
12
13type TermWindow struct {
14 *View
15 *shell.Terminal
16
17 active bool
18}
19
20func NewTermWindow(x, y, w, h int, term *shell.Terminal) *TermWindow {
21 tw := new(TermWindow)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected