Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
305
func
(t *Terminal) GetActiveBuffer() *Buffer {
306
return
t.activeBuffer
307
}
308
309
func
(t *Terminal) useMainBuffer() {
310
t.switchBuffer(MainBuffer)
Callers
15
handleANSI
Method · 0.95
handleScreenState
Method · 0.95
csiDeviceStatusReportHandler
Method · 0.95
csiCursorUpHandler
Method · 0.95
csiCursorDownHandler
Method · 0.95
csiCursorForwardHandler
Method · 0.95
csiCursorBackwardHandler
Method · 0.95
csiCursorNextLineHandler
Method · 0.95
csiCursorPrecedingLineHandler
Method · 0.95
csiCursorCharacterAbsoluteHandler
Method · 0.95
csiCursorPositionHandler
Method · 0.95
csiScrollUpHandler
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected