Searched refs:screen_y (Results 1 – 1 of 1) sorted by relevance
119 int screen_y, i; in touchup() local126 screen_y = panel->wendy; in touchup()128 for (i = panel->wendy - panel->wstarty; i >= 0; screen_y--, i--) { in touchup()130 touch_top(panel, screen_y, panel->obscured->next, in touchup()144 int screen_y; in std_touchup() local151 for (screen_y = LINES - 1; screen_y >= 0; screen_y--) { in std_touchup()152 if (is_linetouched(stdscr, screen_y) == TRUE) in std_touchup()153 std_touch_top(screen_y, _Top_panel, 0, COLS - 1); in std_touchup()