1 /* Public Domain Curses */
5 RCSID("$Id: pdcgetsc.c,v 1.26 2008/07/14 04:24:52 wmcbrine Exp $")
7 /* return width of screen/viewport */
9 int PDC_get_columns(void)
11 PDC_LOG(("PDC_get_columns() - called\n"));
16 /* get the cursor size/shape */
18 int PDC_get_cursor_mode(void)
23 /* return number of screen rows */
25 int PDC_get_rows(void)
27 PDC_LOG(("PDC_get_rows() - called\n"));