Searched refs:SCREENLINES (Results 1 – 5 of 5) sorted by relevance
797 maxheight = conf->shadow ? SCREENLINES - (int)t.shadow.y : SCREENLINES; in widget_max_height()949 *y = SCREENLINES/2 - (h + hshadow)/2; in set_widget_position()952 if (*y + h + hshadow > SCREENLINES - (int)conf->auto_downmargin) in set_widget_position()953 *y = SCREENLINES - h - hshadow - conf->auto_downmargin; in set_widget_position()957 else if (conf->y >= SCREENLINES) in set_widget_position()962 if (*y + h + hshadow > SCREENLINES) in set_widget_position()
94 #define SCREENLINES (getmaxy(stdscr)) macro
394 move(SCREENLINES - 1, 2); in bsddialog_progressview()
313 move(SCREENLINES - 1, 2); in drawitem()
227 move(SCREENLINES - 1, 2); in drawitem()