brick/TODO.txt
Jonathan Daugherty aaab0edfa1 Update todo
2015-05-19 19:34:28 -07:00

16 lines
756 B
Plaintext

- Use lenses in core library
- Use With/SetSize to track list element sizes for variable element prim
heights
- Fix cursor cropping in render function where missing
- Deal with multi-column characters everywhere
- Implement 2-d text editing
- Write benchmarks for render on various primitive types
- Use Vector instead of List where sensible
- Think about porting some widgets from vty-ui
- Think of better library name
- Support "suggested" vs "forced" attributes in Prim rendering
- List: add listGetSelected :: List a -> Maybe (Int, a)
- List: support a cursorless mode, where scrolling always scrolls up and
down as if the cursor was already at the top or bottom of the window
- Do we need CropLeftBy and CropTopBy if we just Translate negatively?