NAME

Zoidberg::Fish::ReadLine - Readline glue for zoid

SYNOPSIS

This module is a Zoidberg plugin, see Zoidberg::Fish for details.

DESCRIPTION

This plugin provides a general readline interface to Zoid, the readline functionality can be provided by any module in the Term::ReadLine hierarchy. By default Term::ReadLine::Zoid is used when it is available; with other modules functionality can be a little buggy.

Prompt

Env::PS1 is used to expand prompt escapes if it is available. Some application specific escapes are added to the ones known to Env::PS1.

\m

Current mode, defaults to '-' if no mode is used

\j

The number of jobs currently managed by the application.

\v

The version of the application.

CONFIG

TODO

METHODS

TODO

AUTHOR

Jaap Karssenberg || Pardus [Larus] <pardus@cpan.org>

Copyright (c) 2003 Jaap G Karssenberg. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

SEE ALSO

Zoidberg, Zoidberg::Fish, Term::ReadLine::Zoid, Term::ReadLine