Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/liamg/darktile
/ setTitle
Method
setTitle
internal/app/darktile/termutil/terminal.go:280–282 ·
view source on GitHub ↗
(title string)
Source
from the content-addressed store, hash-verified
278
}
279
280
func
(t *Terminal) setTitle(title string) {
281
t.windowManipulator.SetTitle(title)
282
}
283
284
func
(t *Terminal) switchBuffer(index uint8) {
285
var
carrySize bool
Callers
1
handleOSC
Method · 0.95
Calls
1
SetTitle
Method · 0.65
Tested by
no test coverage detected