mirror of
https://github.com/PR0M3TH3AN/SeedPass.git
synced 2025-09-11 00:38:49 +00:00
Merge pull request #305 from PR0M3TH3AN/revert-304-codex/fix-premature-screen-wipe-during-entry-add
Revert "Improve TUI interaction timing"
This commit is contained in:
@@ -1995,8 +1995,7 @@ class PasswordManager:
|
|||||||
totp_list.sort(key=lambda t: t[0].lower())
|
totp_list.sort(key=lambda t: t[0].lower())
|
||||||
print(colored("Press 'b' then Enter to return to the menu.", "cyan"))
|
print(colored("Press 'b' then Enter to return to the menu.", "cyan"))
|
||||||
while True:
|
while True:
|
||||||
# Clear screen while preserving scrollback
|
print("\033c", end="")
|
||||||
print("\033[2J\033[H", end="")
|
|
||||||
print(colored("Press 'b' then Enter to return to the menu.", "cyan"))
|
print(colored("Press 'b' then Enter to return to the menu.", "cyan"))
|
||||||
generated = [t for t in totp_list if not t[3]]
|
generated = [t for t in totp_list if not t[3]]
|
||||||
imported_list = [t for t in totp_list if t[3]]
|
imported_list = [t for t in totp_list if t[3]]
|
||||||
|
Reference in New Issue
Block a user