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

Function Show

utils.go:61–63  ·  view source on GitHub ↗

Show the cursor if it was hidden previously. Don't forget to show the cursor at least at the end of your application. Otherwise the user might have a terminal with a permanently hidden cursor, until they reopen the terminal.

()

Source from the content-addressed store, hash-verified

59// Don't forget to show the cursor at least at the end of your application.
60// Otherwise the user might have a terminal with a permanently hidden cursor, until they reopen the terminal.
61func Show() {
62 cursor.Show()
63}
64
65// Hide the cursor.
66// Don't forget to show the cursor at least at the end of your application with Show.

Callers 1

TestCustomIOWriterFunction · 0.85

Calls 1

ShowMethod · 0.45

Tested by 1

TestCustomIOWriterFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…