Searched refs:win (Results 1 – 1 of 1) sorted by relevance
1067 for win in _top_sep_win, _menu_win, _bot_sep_win, _help_win:1068 win.mvwin(0, 0)1076 def _height(win): argument1079 return win.getmaxyx()[0]1082 def _width(win): argument1085 return win.getmaxyx()[1]1714 win = _styled_win("body")1715 win.keypad(True)1720 _resize_input_dialog(win, title, info_lines)1731 return _width(win) - 4[all …]