Lines Matching refs:line
1191 attribute will be set on all the characters to the end of the line. This
1192 function does not move the cursor. The changed line will be touched using
1540 Read a string from the user, with primitive line editing capacity.
1626 Display a horizontal line.
1669 the rightmost characters on the line being lost.
1811 Insert a character string (as many characters as will fit on the line)
1813 the cursor are shifted right, with the rightmost characters on the line
1895 Insert a character string (as many characters as will fit on the line)
1898 of the cursor are shifted right, with the rightmost characters on the line
1959 line: int
1963 Return True if the specified line was modified, otherwise return False.
1965 Raise a curses.error exception if line is not valid for the given window.
1969 _curses_window_is_linetouched_impl(PyCursesWindowObject *self, int line)
1973 erg = is_linetouched(self->win, line);
1976 "is_linetouched: line number outside of boundaries");
2199 Starting line number.
2281 First line number.
2283 Last line number.
2381 Pretend count lines have been changed, starting with line start.
2421 Display a vertical line.
2718 In cbreak mode (sometimes called "rare" mode) normal tty line buffering is
3143 Return True if the terminal has insert- and delete-line capabilities.
3581 Return the user's current line kill character.
3780 newline into return and line-feed on output. Newline mode is initially on.
3793 Return to normal "cooked" mode with line buffering.
3847 Return to normal "cooked" mode with line buffering.
4034 In raw mode, normal line buffering and processing of interrupt, quit,