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.

  1. KeyPageUp :: SpecialKey

    gloss Graphics.Gloss.Interface.Pure.Game

    No documentation available.

  2. 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.

  3. runPager :: String -> IO ()

    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.

  4. setupPager :: IO ()

    hledger-lib Hledger.Utils.IO

    No documentation available.

  5. pattern KeycodePageDown :: Keycode

    sdl2 SDL.Input.Keyboard.Codes

    No documentation available.

  6. pattern KeycodePageUp :: Keycode

    sdl2 SDL.Input.Keyboard.Codes

    No documentation available.

  7. pattern ScancodePageDown :: Scancode

    sdl2 SDL.Input.Keyboard.Codes

    No documentation available.

  8. pattern ScancodePageUp :: Scancode

    sdl2 SDL.Input.Keyboard.Codes

    No documentation available.

  9. pattern SDLK_PAGEDOWN :: Keycode

    sdl2 SDL.Raw.Enum

    No documentation available.

  10. pattern SDLK_PAGEUP :: Keycode

    sdl2 SDL.Raw.Enum

    No documentation available.

Page 266 of many | Previous | Next