Lines Matching refs:maxx
52 static int maxx, maxy;
123 getmaxyx(stdscr, maxy, maxx);
124 resizeterm(maxy, maxx);
126 title_bar_window = subwin(stdscr, TITLE_BAR_HIGHT, maxx, 0, 0);
129 tz_sensor_window = subwin(stdscr, SENSOR_WIN_HIGHT, maxx, y_begin, 0);
132 cooling_device_window = subwin(stdscr, ptdata.nr_cooling_dev + 3, maxx,
140 dialogue_window = subwin(stdscr, diag_dev_rows() + 5, maxx-50,
144 NR_LINES_TZDATA + 3, maxx, y_begin, 0);
146 control_window = subwin(stdscr, 4, maxx, y_begin, 0);
149 maxwidth = maxx - 18;
150 status_bar_window = subwin(stdscr, 1, maxx, maxy-1, 0);
189 getmaxyx(stdscr, maxy, maxx); /* get the new screen size */
194 sig, maxy, maxx);
268 mvwprintw(cooling_device_window, 0, maxx/2 - sizeof(cdev_title),
292 mvwprintw(w, 0, maxx/4, DIAG_TITLE);
344 mvwprintw(control_window, 0, maxx/2 - sizeof(control_title),
575 mvwprintw(thermal_data_window, 0, maxx/2 - sizeof(data_win_title),
648 mvwprintw(tz_sensor_window, 0, maxx/2 - sizeof(tz_title), tz_title);