Searched refs:screen_y (Results 1 – 1 of 1) sorted by relevance
117 int screen_y, i; in touchup() local124 screen_y = panel->wendy; in touchup()126 for (i = panel->wendy - panel->wstarty; i >= 0; screen_y--, i--) { in touchup()128 touch_top(panel, screen_y, panel->obscured->next, in touchup()142 int screen_y; in std_touchup() local149 for (screen_y = LINES - 1; screen_y >= 0; screen_y--) { in std_touchup()150 if (is_linetouched(stdscr, screen_y) == TRUE) in std_touchup()151 std_touch_top(screen_y, _Top_panel, 0, COLS - 1); in std_touchup()