Home
last modified time | relevance | path

Searched refs:_end_of_line (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Lib/curses/
H A Dtextpad.py56 def _end_of_line(self, y): member in Textbox
111 self.win.move(y-1, self._end_of_line(y-1))
120 self.win.move(y, self._end_of_line(y))
138 if x == 0 and self._end_of_line(y) == 0:
141 # first undo the effect of self._end_of_line
149 if x > self._end_of_line(y+1):
150 self.win.move(y+1, self._end_of_line(y+1))
156 if x > self._end_of_line(y-1):
157 self.win.move(y-1, self._end_of_line(y-1))
166 stop = self._end_of_line(
[all...]

Completed in 1 milliseconds