| Safe Haskell | None |
|---|---|
| Language | GHC2021 |
Hledger.UI.MenuScreen
Documentation
Construct a menu screen, with the first item selected. Screen-specific arguments: none.
msUpdate :: MenuScreenState -> MenuScreenState Source #
Update a menu screen. Currently a no-op since menu screen has unchanging content.
msSetSelectedScreen :: Int -> Screen -> Screen Source #
Set the selected list item on the menu screen. Has no effect on other screens.