Skip to content

Commit

Permalink
docfix in get_location() (#261)
Browse files Browse the repository at this point in the history
  • Loading branch information
jquast committed Dec 17, 2023
1 parent 6941a63 commit c28b53f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blessed/terminal.py
Expand Up @@ -615,7 +615,7 @@ def get_location(self, timeout=None):
when such capability is undefined, which elicits a response from a reply string described by
capability ``u6``, or again VT100's definition of ``\x1b[%i%d;%dR`` when undefined.
The ``(y, x)`` return value matches the parameter order of the :meth:`move_xy` capability.
The ``(y, x)`` return value matches the parameter order of the :meth:`move_yx` capability.
The following sequence should cause the cursor to not move at all::
>>> term = Terminal()
Expand Down

0 comments on commit c28b53f

Please sign in to comment.