author | Nathan Goldbaum <ngoldbau@illinois.edu> |
Wed, 14 Sep 2016 11:39:47 -0500 | |
changeset 29942 | 3664537386ab |
parent 29941 | 1cc93a154723 |
child 29943 | 80c86b9bb40b |
--- a/mercurial/crecord.py Tue Sep 13 16:00:41 2016 -0700 +++ b/mercurial/crecord.py Wed Sep 14 11:39:47 2016 -0500 @@ -719,7 +719,7 @@ "scroll the screen to fully show the currently-selected" selstart = self.selecteditemstartline selend = self.selecteditemendline - #selnumlines = selend - selstart + padstart = self.firstlineofpadtoprint padend = padstart + self.yscreensize - self.numstatuslines - 1 # 'buffered' pad start/end values which scroll with a certain