Show More
@@ -719,7 +719,7 b' class curseschunkselector(object):' | |||
|
719 | 719 | "scroll the screen to fully show the currently-selected" |
|
720 | 720 | selstart = self.selecteditemstartline |
|
721 | 721 | selend = self.selecteditemendline |
|
722 | #selnumlines = selend - selstart | |
|
722 | ||
|
723 | 723 | padstart = self.firstlineofpadtoprint |
|
724 | 724 | padend = padstart + self.yscreensize - self.numstatuslines - 1 |
|
725 | 725 | # 'buffered' pad start/end values which scroll with a certain |
General Comments 0
You need to be logged in to leave comments.
Login now