list-prompt-0.1.1.0: A simple list prompt UI for the terminal.

Safe HaskellNone
LanguageHaskell2010

System.Console.ListPrompt.Internal

Synopsis

Documentation

getDimensions :: Int -> Maybe (Window Int) -> ListPromptDimensions Source #

Calculates the optimal position for the prompt optionally with the terminal's size and the number of available choices

withNoEcho :: IO a -> IO a Source #