Home
last modified time | relevance | path

Searched refs:maxx (Results 1 – 1 of 1) sorted by relevance

/tools/thermal/tmon/
Dtui.c61 static int maxx, maxy; variable
132 getmaxyx(stdscr, maxy, maxx); in setup_windows()
133 resizeterm(maxy, maxx); in setup_windows()
135 title_bar_window = subwin(stdscr, TITLE_BAR_HIGHT, maxx, 0, 0); in setup_windows()
138 tz_sensor_window = subwin(stdscr, SENSOR_WIN_HIGHT, maxx, y_begin, 0); in setup_windows()
141 cooling_device_window = subwin(stdscr, ptdata.nr_cooling_dev + 3, maxx, in setup_windows()
149 dialogue_window = subwin(stdscr, diag_dev_rows() + 5, maxx-50, in setup_windows()
153 NR_LINES_TZDATA + 3, maxx, y_begin, 0); in setup_windows()
155 control_window = subwin(stdscr, 4, maxx, y_begin, 0); in setup_windows()
158 maxwidth = maxx - 18; in setup_windows()
[all …]