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

Method Down

internal/buffer/cursor.go:282–284  ·  view source on GitHub ↗

Down moves the cursor down one line (if possible)

()

Source from the content-addressed store, hash-verified

280
281// Down moves the cursor down one line (if possible)
282func (c *Cursor) Down() {
283 c.DownN(1)
284}
285
286// Left moves the cursor left one cell (if possible) or to
287// the previous line if it is at the beginning

Callers 1

RightMethod · 0.95

Calls 1

DownNMethod · 0.95

Tested by

no test coverage detected