Home | History | Annotate | Download | only in curses

Lines Matching refs:maxy

46         (self.maxy, self.maxx) = win.getmaxyx()
47 self.maxy = self.maxy - 1
68 if y < self.maxy or x < self.maxx:
89 if y < self.maxy or x < self.maxx:
114 elif y == self.maxy:
121 if self.maxy == 0:
123 elif y < self.maxy:
135 if y < self.maxy:
151 for y in range(self.maxy+1):
160 if self.maxy > 0: