| www.delorie.com/gnu/docs/readline/rlman_37.html | search |
![]() Buy GNU books! | |
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
rl_stuff_char(), macros, and characters read from the keyboard.
While waiting for input, this function will call any function assigned to
the rl_event_hook variable.
rl_read_key(). Up to 512 characters may be pushed back.
rl_stuff_char returns 1 if the character was successfully inserted;
0 otherwise.
rl_read_key()
is called. This sets rl_pending_input.
rl_execute_next(). This works only if the
pending input has not already been read with rl_read_key().
rl_read_key(), Readline will
wait for u microseconds for input before calling any function
assigned to rl_event_hook. The default waiting period is
one-tenth of a second. Returns the old timeout value.
| webmaster donations bookstore | delorie software privacy |
| Copyright © 2003 by The Free Software Foundation | Updated Jun 2003 |