Lines Matching defs:ReadLine
226 =item * ReadLine
228 if false, a dummy ReadLine is used, so you can debug
229 ReadLine applications.
953 ReadLine NonStop LineInfo
1013 ReadLine => \&ReadLine,
1524 #require Term::ReadLine;
3339 Manages the commands in C<@hist> (which is created if C<Term::ReadLine> reports
6832 In either case, we set up the terminal next. If the C<ReadLine> option was
6833 true, we'll get a C<Term::ReadLine> object for the current terminal and save
6846 require Term::ReadLine;
6882 # If we shouldn't use Term::ReadLine, don't.
6884 $term = Term::ReadLine::Stub->new( 'perldb', $IN, $OUT );
6887 # We're using Term::ReadLine. Get all the attributes for this terminal.
6889 $term = Term::ReadLine->new( 'perldb', $IN, $OUT );
7024 require Term::ReadLine;
7027 $term = Term::ReadLine::Stub->new( 'perldb', $IN, $OUT );
7030 $term = Term::ReadLine->new( 'perldb', $IN, $OUT );
7172 require Term::ReadLine;
7174 $term = Term::ReadLine::Stub->new( 'perldb', $IN, $OUT );
7177 $term = Term::ReadLine->new( 'perldb', $IN, $OUT );
7500 pager quote ReadLine recallCommand RemotePort ShellBang TTY CommandSet
7819 =head2 C<ReadLine>
7821 Sets the C<$rl> option variable. If 0, we use C<Term::ReadLine::Stub>
7823 use C<Term::ReadLine>. Can't be changed after a terminal's in place; we save
7828 sub ReadLine {
7830 _db_warn("Too late to set ReadLine, enabled on next 'R'!\n") if @_;
7834 } ## end sub ReadLine
7865 print $OUT "tkRunning not supported by current ReadLine package.\n";
8045 s/^Term::ReadLine::readline$/readline/; # simplify readline
8217 I<tkRunning> run Tk while prompting (with ReadLine);
8242 I<ReadLine>, I<NonStop>, and I<RemotePort> there (or use
8393 I<tkRunning> run Tk while prompting (with ReadLine);
8418 I<ReadLine>, I<NonStop>, and I<RemotePort> there (or use
8469 C<Term::ReadLine::TermCap>).
8506 $Term::ReadLine::TermCap::rl_term_set[2]
8508 . $Term::ReadLine::TermCap::rl_term_set[3]
8514 $Term::ReadLine::TermCap::rl_term_set[0]
8516 . $Term::ReadLine::TermCap::rl_term_set[1]