freebsd-dev/contrib/libreadline/NEWS

14 lines
444 B
Plaintext
Raw Normal View History

2006-12-31 09:06:30 +00: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 07:02:42 +00:00
1. New Features in Readline
2006-12-31 09:06:30 +00:00
a. Calling applications can now set the keyboard timeout to 0, allowing
poll-like behavior.
2004-10-18 07:02:42 +00:00
2006-12-31 09:06:30 +00:00
b. The value of SYS_INPUTRC (configurable at compilation time) is now used as
the default last-ditch startup file.
2004-10-18 07:02:42 +00:00
2006-12-31 09:06:30 +00:00
c. The history file reading functions now allow windows-like \r\n line
terminators.