--- AnyEvent-ReadLine-Gnu/Gnu.pm 2012/05/10 23:28:38 1.4 +++ AnyEvent-ReadLine-Gnu/Gnu.pm 2012/05/11 00:20:19 1.5 @@ -144,6 +144,7 @@ $self->CallbackHandlerInstall ($prompt, \&on_line); # set the unadorned prompt $self->rl_set_prompt ($prompt); + $self->redisplay; $hidden = 1; $self->show; @@ -260,6 +261,8 @@ By default, readline does filename completion on TAB, and reads its config files. +Tab completion can be disabled by calling C<< $rl->unbind_key (9) >>. + =item tty settings After readline has been initialised, it will mangle the termios tty @@ -281,5 +284,9 @@ Marc Lehmann http://software.schmorp.de/pkg/AnyEvent-Readline-Gnu.html +=head1 SEE ALSO + +L - a simple tcp_connect-with-readline program using this module. + =cut