Hoogle Search
Within LTS Haskell 24.41 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
gloss Graphics.Gloss.Interface.Pure.Game No documentation available.
findPager :: IO (Maybe String)hledger-lib Hledger.Utils.IO Try to find a pager executable robustly, safely handling various error conditions like an unset PATH var or the specified pager not being found as an executable. The pager can be specified by a path or program name in the PAGER environment variable. If that is unset or has a problem, "less" is tried, then "more". If successful, the pager's path or program name is returned.
-
hledger-lib Hledger.Utils.IO Display the given text on the terminal, trying to use a pager ($PAGER, less, or more) when appropriate, otherwise printing to standard output. Uses maybePagerFor. hledger's output may contain ANSI style/color codes (if the terminal supports them and they are not disabled by --color=no or NO_COLOR), so the pager should be configured to handle these. setupPager tries to configure that automatically when using the less pager.
-
hledger-lib Hledger.Utils.IO No documentation available.
pattern
KeycodePageDown :: Keycodesdl2 SDL.Input.Keyboard.Codes No documentation available.
pattern
KeycodePageUp :: Keycodesdl2 SDL.Input.Keyboard.Codes No documentation available.
pattern
ScancodePageDown :: Scancodesdl2 SDL.Input.Keyboard.Codes No documentation available.
pattern
ScancodePageUp :: Scancodesdl2 SDL.Input.Keyboard.Codes No documentation available.
pattern
SDLK_PAGEDOWN :: Keycodesdl2 SDL.Raw.Enum No documentation available.
pattern
SDLK_PAGEUP :: Keycodesdl2 SDL.Raw.Enum No documentation available.