SYNOPSIS

This class is used as a mode under Term::ReadLine::Zoid, see there for usage details.

DESCRIPTION

This mode is intended as a work alike for the incremental search found in the gnu readline library.

In this mode the string you enter is regarded as a perl regex which is used to do an incremental histroy search.

Pressing '^R' repeatingly will give alternative results.

Special keys like movements or the \*(C`return\*(C' drop you out of this mode and set the edit line to the last search result.

AUTHOR

Jaap Karssenberg || Pardus [Larus] <[email protected]>

Copyright (c) 2004 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.

RELATED TO Term::ReadLine::Zoid::ISearch…