MCPcopy
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
32type BWindow interface {
33 Window
34 SoftWrap
35 SetBuffer(b *buffer.Buffer)
36 BufView() View
37}

Callers 10

NewBufWindowFunction · 0.65
OpenBufferMethod · 0.65
GotoLocMethod · 0.65
initialRelocateMethod · 0.65
ScrollAdjustMethod · 0.65
ScrollReachedEndMethod · 0.65
MousePressMethod · 0.65
MouseDragMethod · 0.65
CenterMethod · 0.65
CursorToViewCenterMethod · 0.65

Implementers 2

BufWindowinternal/display/bufwindow.go
InfoWindowinternal/display/infowindow.go

Calls

no outgoing calls

Tested by

no test coverage detected