hledger/hledger-ui/Hledger
Simon Michael ef5e152fde ui: better scrolling/positioning
In the accounts and register screens:, you can now scroll down further
so that the last item need not always be shown at the bottom of the screen.
Also we now try to center the selected item in the following situations:

- after moving to the end with Page down/End
- after toggling filters (status, real, historical..)
- on pressing the control-l key (should force a screen redraw, also)
- on entering the register screen from the accounts screen (there's a
  known problem with this: it doesn't work the first time).

Items near the top of the list can't be centered, as we don't scroll
higher than the top of the list.
2017-06-30 15:54:30 +01:00
..
UI ui: better scrolling/positioning 2017-06-30 15:54:30 +01:00
UI.hs cli/ui/web: rename X.Options modules to X.XOptions 2015-08-28 12:43:51 -07:00