Lines Matching refs:screen_width
1040 screen_height, screen_width = _stdscr.getmaxyx()
1042 _path_win.resize(1, screen_width)
1043 _top_sep_win.resize(1, screen_width)
1044 _bot_sep_win.resize(1, screen_width)
1052 _menu_win.resize(menu_win_height, screen_width)
1053 _help_win.resize(help_win_height, screen_width)
1064 _menu_win.resize(1, screen_width)
1065 _help_win.resize(1, screen_width)
1770 screen_height, screen_width = _stdscr.getmaxyx()
1780 win_width = min(win_width, screen_width)
1784 (screen_width - win_width)//2)
1971 screen_height, screen_width = _stdscr.getmaxyx()
1976 win_width = min(max(len(line) for line in lines) + 4, screen_width)
1980 (screen_width - win_width)//2)
2257 screen_height, screen_width = _stdscr.getmaxyx()
2259 bot_sep_win.resize(1, screen_width)
2265 edit_box.resize(3, screen_width)
2266 matches_win.resize(matches_win_height, screen_width)
2267 help_win.resize(help_win_height, screen_width)
2277 edit_box.resize(screen_height, screen_width)
2278 matches_win.resize(1, screen_width)
2279 help_win.resize(1, screen_width)
2459 screen_height, screen_width = _stdscr.getmaxyx()
2461 top_line_win.resize(1, screen_width)
2462 bot_sep_win.resize(1, screen_width)
2468 text_win.resize(text_win_height, screen_width)
2469 help_win.resize(help_win_height, screen_width)
2477 text_win.resize(1, screen_width)
2478 help_win.resize(1, screen_width)