Skip to content

Commit 7247aa5

Browse files
committed
Update docs
1 parent a93d89f commit 7247aa5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/4-reference.markdown

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -469,10 +469,18 @@ Redraw the given screen.
469469

470470
This is how you actually flush any changes to the user's display.
471471

472+
### lanterna.screen/get-cursor
473+
474+
:::clojure
475+
(get-cursor screen x y)
476+
477+
Retrieve the current location of the cursor on the screen as `[x y]`.
478+
472479
### lanterna.screen/move-cursor
473480

474481
:::clojure
475482
(move-cursor screen x y)
483+
(move-cursor screen [x y])
476484

477485
Move the cursor to a specific location on the screen.
478486

0 commit comments

Comments
 (0)