bookwyrm
bookwyrm copied to clipboard
Iffy log screen behavior
There are multiple smaller issues with the log screen, currently (after 80900e4cd0b9debdd51867a7cd1b24a6ed5f36f8):
- [ ] While detached, moving down from the third entry after a multi-line entry takes to calls to
move(down). - [ ] While logs are being fed (test with
--debug),move(top)does not work as expected. - [ ] While logs are being fed,
detached_at_seemingly changes after detachment. Seem to only happen with multi-line entries.