opnsense-src/contrib/libreadline/NEWS

14 lines
444 B
Text
Raw Normal View History

2006-12-31 04:06:30 -05:00
This is a terse description of the new features added to readline-5.2 since
the release of readline-5.1.
2004-10-18 03:02:42 -04:00
1. New Features in Readline
2006-12-31 04:06:30 -05:00
a. Calling applications can now set the keyboard timeout to 0, allowing
poll-like behavior.
2004-10-18 03:02:42 -04:00
2006-12-31 04:06:30 -05:00
b. The value of SYS_INPUTRC (configurable at compilation time) is now used as
the default last-ditch startup file.
2004-10-18 03:02:42 -04:00
2006-12-31 04:06:30 -05:00
c. The history file reading functions now allow windows-like \r\n line
terminators.