Lines Matching refs:lines
1480 "Mark the specified lines corrupted.\n"
1485 " The number of lines.\n"
1674 "scroll([lines=1])\n"
1677 " lines\n"
1678 " Number of lines to scroll.\n"
1687 int lines);
1694 int lines = 1;
1700 if (!PyArg_ParseTuple(args, "i:scroll", &lines)) {
1709 return_value = _curses_window_scroll_impl(self, group_right_1, lines);
1717 "Pretend count lines have been changed, starting with line start.\n"
1719 "If changed is supplied, it specifies whether the affected lines are marked\n"
4120 "When flag is False, the values of lines and columns specified in the terminfo\n"