MCPcopy
hub / github.com/liamg/darktile / GetActiveBuffer

Method GetActiveBuffer

internal/app/darktile/termutil/terminal.go:305–307  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

303}
304
305func (t *Terminal) GetActiveBuffer() *Buffer {
306 return t.activeBuffer
307}
308
309func (t *Terminal) useMainBuffer() {
310 t.switchBuffer(MainBuffer)

Calls

no outgoing calls

Tested by

no test coverage detected