Home | History | Annotate | Download | only in include

Lines Matching refs:LINES

41 /* SCO 3.2v4 curses.h includes term.h, which defines lines as a macro.
42 Undefine it here, because NCursesWindow uses lines as a method. */
43 #undef lines
743 NCursesWindow(int nlines, // number of lines
749 int nlines, // number of lines
759 // is two lines and two columns smaller and begins at (1,1).
785 // This function is used to generate a window of ripped-of lines.
786 // If the argument is positive, lines are removed from the top, if it
787 // is negative lines are removed from the bottom. This enhances the
797 int lines() const { initialize(); return LINES; }
798 // Number of lines on terminal, *not* window
816 // Number of lines in this window
976 // If n>0 insert that many lines above the current line. If n<0 delete
977 // that many lines beginning with the current line.
1047 // lines and boxes
1098 // Scroll amount lines. If amount is positive, scroll up, otherwise
1127 // Mark cnt lines beginning from line s as changed or unchanged, depending
1143 // Redraw n lines starting from the requested line
1257 NCursesColorWindow(int nlines, // number of lines
1265 int nlines, // number of lines