NAME
Zoidberg::Prompt - Modular prompt plugin for Zoidberg
SYNOPSIS
This module is a Zoidberg plugin, see Zoidberg::Fish for details.
DESCRIPTION
This module generates the prompt used by the Buffer plugin. You can put any piece of perl code in its config file to allow any function to output to your prompt.
METHODS
stringify()
Returns a string to use as prompt
getLength()
Returns the length of the previously generated prompt.
This is needed since the string might contain ANSI
escape sequences, the length as returned by this sub
is the length in printable chars
AUTHOR
R.L. Zwart, <carlos@caremail.nl>
Copyright (c) 2002 Raoul L. Zwart. 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
http://zoidberg.sourceforge.net.