Searched refs:y_begin (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/tools/thermal/tmon/ |
H A D | tui.c | 118 int y_begin = 1; in setup_windows() local 127 y_begin += TITLE_BAR_HIGHT; in setup_windows() 129 tz_sensor_window = subwin(stdscr, SENSOR_WIN_HIGHT, maxx, y_begin, 0); in setup_windows() 130 y_begin += SENSOR_WIN_HIGHT; in setup_windows() 133 y_begin, 0); in setup_windows() 134 y_begin += ptdata.nr_cooling_dev + 3; /* 2 lines for border */ in setup_windows() 144 NR_LINES_TZDATA + 3, maxx, y_begin, 0); in setup_windows() 145 y_begin += ptdata.nr_tz_sensor * NR_LINES_TZDATA + 3; in setup_windows() 146 control_window = subwin(stdscr, 4, maxx, y_begin, 0); in setup_windows()
|