Keep TUI cursor stable after plugin toggle

This commit is contained in:
2026-07-05 14:05:35 -07:00
parent 400e69289c
commit 74ac0a1c1d
3 changed files with 94 additions and 1 deletions
+1 -1
View File
@@ -102,7 +102,7 @@ one `[[profiles]]` entry, that profile is selected automatically when
py -m venv .venv
.\.venv\Scripts\Activate.ps1
py -m pip install -e .
py -m plugin_helper menu
py -m plugin_helper
py -m plugin_helper --config plugin-helper.windows.toml --profile windows installed --instance 1.44.1
```