diff options
author | Simon Parri <simonparri@ganzeria.com> | 2021-03-17 13:27:51 -0500 |
---|---|---|
committer | Simon Parri <simonparri@ganzeria.com> | 2021-03-17 13:27:51 -0500 |
commit | 6c5764af400195c72ab0c8803cf792b7e785e291 (patch) | |
tree | 52c98b10791762938538ef621e2a7cdb1e2ec34f | |
parent | 023cea08bf76655fee97e3a788f0c98d0dcda33d (diff) | |
download | spelling-rbee-6c5764af400195c72ab0c8803cf792b7e785e291.tar.gz spelling-rbee-6c5764af400195c72ab0c8803cf792b7e785e291.zip |
Print newline after password prompt
-rwxr-xr-x | spelling-rbead | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spelling-rbead b/spelling-rbead index 4d92118..7540a74 100755 --- a/spelling-rbead +++ b/spelling-rbead @@ -14,6 +14,7 @@ end.parse! if !$help $password = Readline.readline "Password: " + puts $subject ||= "Spelling:" #Net::IMAP.debug = true |