equal
deleted
inserted
replaced
675 self.numstatuslines = 1 |
675 self.numstatuslines = 1 |
676 |
676 |
677 # keep a running count of the number of lines printed to the pad |
677 # keep a running count of the number of lines printed to the pad |
678 # (used for determining when the selected item begins/ends) |
678 # (used for determining when the selected item begins/ends) |
679 self.linesprintedtopadsofar = 0 |
679 self.linesprintedtopadsofar = 0 |
680 |
|
681 # the first line of the pad which is visible on the screen |
|
682 self.firstlineofpadtoprint = 0 |
|
683 |
680 |
684 # stores optional text for a commit comment provided by the user |
681 # stores optional text for a commit comment provided by the user |
685 self.commenttext = b"" |
682 self.commenttext = b"" |
686 |
683 |
687 # if the last 'toggle all' command caused all changes to be applied |
684 # if the last 'toggle all' command caused all changes to be applied |