Release candidate.

This commit is contained in:
Storm Dragon
2026-07-19 16:02:24 -04:00
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.15"
version = "2026.07.19"
code_name = "master"