Revision history for Term::Form
0.320 2018-07-19
- Bugfix in restore $self.
- Catch unused keys.
- "Term::ReadKey" is now optional.
- Removed deprecated method 'config'.
- "Term::Form" inherits form "Term::Choose".
- Use the constants form "Term::Choose".
- "Term::Choose" minimum version is "1.607".
0.316 2018-06-19
- Reset $self before leaving "readline"/"fill_form".
- Method "config" deprecated.
0.315 2018-03-13
- "readline": trim prompt if it is to long.
0.314 2018-03-12
- Bugfix "readline" with 'info'.
- "readline": after returning the output is removed.
- Bufix: stuck cursor if 'auto_up' == 1 and @list == 1.
- New dependency: Term::Choose.
0.313 2018-02-11
- Bugfix newline.
0.312 2018-02-10
- Added the option 'info'.
- Update documentation.
0.311 2018-02-08
- Added the option 'clear_screen'.
- Modified option 'auto_up'.
- "fill_form" has "back" on by default.
- Update documentation.
0.310 2016-08-30
- Renamed "Term::ReadLine::Simple" to "Term::Form".