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