HomeSort by: relevance | last modified time | path
    Searched refs:StatusLineRows (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/xterm/dist/
ptyx.h 2874 #define StatusLineRows 1 /* number of rows in status-line */
2877 #define AddStatusLineRows(nrow) nrow += StatusLineRows
2880 + (IsStatusShown(screen) ? StatusLineRows : 0) )
2890 ? (expr) + StatusLineRows \
screen.c 1584 nrows += StatusLineRows;
1585 maxrow += StatusLineRows;
2144 int newRow = rows - StatusLineRows;
2149 (screen->status_shown ? 0 : StatusLineRows),
2165 height -= FontHeight(screen) * StatusLineRows;

Completed in 14 milliseconds