PromptManager::prompt_passphrase doesn't render properly after end-of-line #7
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Text is still removed from the prompt but the cursor is not moved to the previous line.
Somewhat handled. There is no indication that the user is typing beyond the end of the line. Perhaps replacing the last character with something in
\|/-
like the really old npm package management would be nice.i.e. each character input changes it from what it was, to the next position
['/', '-', '\', '|'][passphrase.len() % 4]
could leak info of password. leaving as-is, closing.