Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/micro-editor/micro
/ BWindow
Interface
BWindow
internal/display/window.go:32–37 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30
}
31
32
type
BWindow
interface
{
33
Window
34
SoftWrap
35
SetBuffer(b *buffer.Buffer)
36
BufView() View
37
}
Callers
10
NewBufWindow
Function · 0.65
OpenBuffer
Method · 0.65
GotoLoc
Method · 0.65
initialRelocate
Method · 0.65
ScrollAdjust
Method · 0.65
ScrollReachedEnd
Method · 0.65
MousePress
Method · 0.65
MouseDrag
Method · 0.65
Center
Method · 0.65
CursorToViewCenter
Method · 0.65
Implementers
2
BufWindow
internal/display/bufwindow.go
InfoWindow
internal/display/infowindow.go
Calls
no outgoing calls
Tested by
no test coverage detected