File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ func Hide()
136136```
137137Hide the cursor. Don't forget to show the cursor at least at the end of your
138138application with Show. Otherwise the user might have a terminal with a
139- permanently hidden cursor, until they reopen the terminal.
139+ permanently hidden cursor, until he reopens the terminal.
140140
141141#### func HorizontalAbsolute
142142
@@ -173,8 +173,7 @@ position.
173173```go
174174func SetTarget(w Writer)
175175```
176- SetTarget allows for any arbitrary io.Writer to be used for cursor movement
177- (will not work on Windows).
176+ SetTarget allows for any arbitrary Writer to be used
178177
179178#### func Show
180179
@@ -183,7 +182,7 @@ func Show()
183182```
184183Show the cursor if it was hidden previously. Don't forget to show the cursor at
185184least at the end of your application. Otherwise the user might have a terminal
186- with a permanently hidden cursor, until they reopen the terminal.
185+ with a permanently hidden cursor, until he reopens the terminal.
187186
188187#### func StartOfLine
189188
You can’t perform that action at this time.
0 commit comments