Home | History | Annotate | Download | only in Lib

Lines Matching refs:currentLine

2552         self.currentLine = [self._position]
2622 self.currentLine = []
2624 self.currentLine.append(self._position)
2649 if len(self.currentLine)>1:
2650 self.screen._drawline(self.currentLineItem, self.currentLine,
3157 self.currentLine[:],
3184 if self._drawing: # now update currentLine
3185 self.currentLine.append(end)
3192 if len(self.currentLine) > 42: # 42! answer to the ultimate question
3208 self.currentLine = cL
3285 if len(self.currentLine) > 1:
3286 self.screen._drawline(self.currentLineItem, self.currentLine,
3292 self.currentLine = []
3294 self.currentLine = [self._position]