We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a93d89f commit 7247aa5Copy full SHA for 7247aa5
docs/4-reference.markdown
@@ -469,10 +469,18 @@ Redraw the given screen.
469
470
This is how you actually flush any changes to the user's display.
471
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
479
### lanterna.screen/move-cursor
480
481
:::clojure
482
(move-cursor screen x y)
483
+ (move-cursor screen [x y])
484
485
Move the cursor to a specific location on the screen.
486
0 commit comments