2015-05-17 20:05:24 +03:00
|
|
|
- Use lenses in core library
|
2015-05-19 04:47:18 +03:00
|
|
|
- Use With/SetSize to track list element sizes for variable element prim
|
|
|
|
heights
|
2015-05-17 20:05:24 +03:00
|
|
|
- Fix cursor cropping in render function where missing
|
|
|
|
- Deal with multi-column characters everywhere
|
|
|
|
- Implement 2-d text editing
|
2015-05-18 03:44:30 +03:00
|
|
|
- Write benchmarks for render on various primitive types
|
|
|
|
- Use Vector instead of List where sensible
|
2015-05-17 20:05:24 +03:00
|
|
|
- Implement region-to-view scrolling instead of point-to-view
|
2015-05-18 03:44:30 +03:00
|
|
|
- Think about porting some widgets from vty-ui
|
|
|
|
- Think of better library name
|
2015-05-18 05:47:26 +03:00
|
|
|
- Support "suggested" vs "forced" attributes in Prim rendering
|
2015-05-18 06:47:21 +03:00
|
|
|
- List: add listGetSelected :: List a -> Maybe (Int, a)
|
|
|
|
- Make width and height values newtypes
|
2015-05-18 07:10:01 +03:00
|
|
|
- Do we need CropLeftBy and CropTopBy if we just Translate negatively?
|