Skip to content

Commit

Permalink
docs: autoupdate
Browse files Browse the repository at this point in the history
  • Loading branch information
MarvinJWendt committed Jun 5, 2022
1 parent efab757 commit d98310b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ func Hide()
```
Hide the cursor. Don't forget to show the cursor at least at the end of your
application with Show. Otherwise the user might have a terminal with a
permanently hidden cursor, until they reopen the terminal.
permanently hidden cursor, until he reopens the terminal.

#### func HorizontalAbsolute

Expand Down Expand Up @@ -173,8 +173,7 @@ position.
```go
func SetTarget(w Writer)
```
SetTarget allows for any arbitrary io.Writer to be used for cursor movement
(will not work on Windows).
SetTarget allows for any arbitrary Writer to be used

#### func Show

Expand All @@ -183,7 +182,7 @@ func Show()
```
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.
with a permanently hidden cursor, until he reopens the terminal.

#### func StartOfLine

Expand Down

0 comments on commit d98310b

Please sign in to comment.