MCPcopy
hub / github.com/micro-editor/micro / Up

Method Up

internal/buffer/cursor.go:277–279  ·  view source on GitHub ↗

Up moves the cursor up one line (if possible)

()

Source from the content-addressed store, hash-verified

275
276// Up moves the cursor up one line (if possible)
277func (c *Cursor) Up() {
278 c.UpN(1)
279}
280
281// Down moves the cursor down one line (if possible)
282func (c *Cursor) Down() {

Callers 1

LeftMethod · 0.95

Calls 1

UpNMethod · 0.95

Tested by

no test coverage detected