mirror of
https://github.com/PR0M3TH3AN/SeedPass.git
synced 2025-09-10 16:29:01 +00:00
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())
|
||||
print(colored("Press 'b' then Enter to return to the menu.", "cyan"))
|
||||
while True:
|
||||
# Clear screen while preserving scrollback
|
||||
print("\033[2J\033[H", end="")
|
||||
print("\033c", end="")
|
||||
print(colored("Press 'b' then Enter to return to the menu.", "cyan"))
|
||||
generated = [t for t in totp_list if not t[3]]
|
||||
imported_list = [t for t in totp_list if t[3]]
|
||||
|
Reference in New Issue
Block a user