Merge pull request #43 from mtlstats/bugfix-uc-hangs

bugfix: uppercase prompt hangs
This commit is contained in:
Jonathan Lamothe 2019-12-02 14:34:39 -05:00 committed by GitHub
commit 427ad12603
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -123,7 +123,7 @@ ucStrPrompt
-> (String -> Action ())
-- ^ The callback function for the result
-> Prompt
ucStrPrompt pStr act = (ucStrPrompt pStr act)
ucStrPrompt pStr act = (strPrompt pStr act)
{ promptProcessChar = \ch -> (++ [toUpper ch]) }
-- | Builds a numeric prompt