1
0
mirror of https://github.com/makew0rld/amfora.git synced 2024-09-25 22:55:55 -04:00
amfora/NOTES.md

13 lines
603 B
Markdown
Raw Normal View History

2020-06-18 16:54:48 -04:00
# Notes
- All the maps and stuff could be replaced with a `tab` struct
- And then just one single map of tab number to `tab`
## Bugs
- Wrapping is messed up on CHAZ post, but nothing else
- Filed [issue 23](https://gitlab.com/tslocum/cview/-/issues/23)
- Text background not reset on ANSI pages
- Filed [issue 25](https://gitlab.com/tslocum/cview/-/issues/25)
2020-06-19 14:05:05 -04:00
- Modal styling messed up when wrapped - example occurence is the error modal for a long unsupported scheme URL
- Filed [issue 26](https://gitlab.com/tslocum/cview/-/issues/26)
- Add some bold back into modal text after this is fixed