Prevent incoming output from bypassing auto-read toggle

This commit is contained in:
Storm Dragon
2026-07-19 15:59:51 -04:00
parent 28e4f8ab0c
commit 385356e745
3 changed files with 39 additions and 1 deletions
@@ -27,6 +27,8 @@ class command:
return
if not self.env["runtime"]["ScreenManager"].is_delta():
return
if not self.env["screen"].get("new_delta_is_typing", False):
return
x_move = (
self.env["screen"]["new_cursor"]["x"]
+1 -1
View File
@@ -4,5 +4,5 @@
# Fenrir TTY screen reader
# By Chrys, Storm Dragon, and contributors.
version = "2026.07.12"
version = "2026.07.19"
code_name = "testing"