amfora/NOTES.md

22 lines
794 B
Markdown
Raw Normal View History

2020-06-18 23:54:48 +03: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)
- Inputfield isn't repeatedly in focus
- Tried multiple focus options with App and Form funcs, but nothing worked
- Modal title does not display
- See [my comment](https://gitlab.com/tslocum/cview/-/issues/24#note_364617155)
2020-06-18 23:54:48 +03:00
## Small todos
- Look at Github issues
2020-06-18 23:54:48 +03:00
- Look at other todos in code
- Add "Why the name amfora" thing to README
- Pass `gemini://egsam.pitr.ca/` test
- Timeout for server not closing connection?