mercurial/crecord.py
changeset 43158 ff615b6b5b8f
parent 43089 c59eb1560c44
child 43159 b02387005515
equal deleted inserted replaced
43157:3460eee570f7 43158:ff615b6b5b8f
   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