Searched refs:getmaxyx (Results 1 – 8 of 8) sorted by relevance
24 h = self.win.getmaxyx()[0]
39 x = self.win.getmaxyx()[1] - len(status) - 1
32 height, width = self.screen.getmaxyx()
48 w = self.win.getmaxyx()[1]98 h, w = self.win.getmaxyx()267 (h, w) = self.win.getmaxyx()
89 h, w = self.screen.getmaxyx()
90 self.startline = self.win.getmaxyx()[0] - 2
107 (self.height, self.width) = self.win.getmaxyx()
1159 #define getmaxyx(win,y,x) (y = getmaxy(win), x = getmaxx(win)) macro