MCPcopy Create free account
hub / github.com/atomicgo/cursor / HorizontalAbsolute

Function HorizontalAbsolute

utils.go:54–56  ·  view source on GitHub ↗

HorizontalAbsolute moves the cursor to n horizontally. The position n is absolute to the start of the line.

(n int)

Source from the content-addressed store, hash-verified

52// HorizontalAbsolute moves the cursor to n horizontally.
53// The position n is absolute to the start of the line.
54func HorizontalAbsolute(n int) {
55 cursor.HorizontalAbsolute(n)
56}
57
58// Show the cursor if it was hidden previously.
59// Don't forget to show the cursor at least at the end of your application.

Callers 2

TestCustomIOWriterFunction · 0.85
StartOfLineFunction · 0.85

Calls 1

HorizontalAbsoluteMethod · 0.45

Tested by 1

TestCustomIOWriterFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…