Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
salt-die committed Jul 22, 2024
1 parent e378cab commit b8bde15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/batgrl/terminal/vt100_terminal.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def __init__(self):
self._reset_timer_handle: asyncio.TimerHandle | None = None
"""Timeout handle for executing escape buffer."""
self._expect_device_status_report: bool = False
"""Whether input parser should expect a device state report."""
"""Whether input parser should expect a device status report."""
self._last_y: int = 0
"""Last mouse y-coordinate."""
self._last_x: int = 0
Expand Down

0 comments on commit b8bde15

Please sign in to comment.