Fixed a bug when paging the summary.

This commit is contained in:
Andrew Hamilton 2017-07-08 14:22:45 +01:00
parent acfc0249f4
commit 8ecd50848d
2 changed files with 6 additions and 10 deletions

4
BUGS
View file

@ -6,8 +6,6 @@ Current
the timed out status when un-paused.
- Tmp files are being left behind after shutdown.
- All tools in AppImages aren't working correctly. See ./vigil --self_test
- When paging the summary window the cursor line should stay in the same
place on the screen.
- Sometimes git_blame produces an error, depending on characters in its
input.
@ -252,6 +250,8 @@ Fixed
is a glitch in the scrolling.
- When paging the summary window, with the bottom scroll bar showing, the
cursor line drifts up or down a row.
- When paging the summary window the cursor line should stay in the same
place on the screen.
Won't fix