Searched refs:y_begin (Results 1 – 1 of 1) sorted by relevance
/tools/thermal/tmon/ |
D | tui.c | 127 int y_begin = 1; in setup_windows() local 136 y_begin += TITLE_BAR_HIGHT; in setup_windows() 138 tz_sensor_window = subwin(stdscr, SENSOR_WIN_HIGHT, maxx, y_begin, 0); in setup_windows() 139 y_begin += SENSOR_WIN_HIGHT; in setup_windows() 142 y_begin, 0); in setup_windows() 143 y_begin += ptdata.nr_cooling_dev + 3; /* 2 lines for border */ in setup_windows() 153 NR_LINES_TZDATA + 3, maxx, y_begin, 0); in setup_windows() 154 y_begin += ptdata.nr_tz_sensor * NR_LINES_TZDATA + 3; in setup_windows() 155 control_window = subwin(stdscr, 4, maxx, y_begin, 0); in setup_windows()
|