URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [gdb-6.8/] [readline/] [NEWS] - Rev 157
Compare with Previous | Blame | View Log
This is a terse description of the new features added to readline-5.1 sincethe release of readline-5.0.1. New Features in Readlinea. The key sequence sent by the keypad `delete' key is now automaticallybound to delete-char.b. A negative argument to menu-complete now cycles backward through thecompletion list.c. A new bindable readline variable: bind-tty-special-chars. If non-zero,readline will bind the terminal special characters to their readlineequivalents when it's called (on by default).d. New bindable command: vi-rubout. Saves deleted text for possiblereinsertion, as with any vi-mode `text modification' command; `X' is boundto this in vi command mode.e. If the rl_completion_query_items is set to a value < 0, readline neverasks the user whether or not to view the possible completions.f. New application-callable auxiliary function, rl_variable_value, returnsa string corresponding to a readline variable's value.g. When parsing inputrc files and variable binding commands, the parserstrips trailing whitespace from values assigned to boolean variablesbefore checking them.h. A new external application-controllable variable that allows the LINESand COLUMNS environment variables to set the window size regardless ofwhat the kernel returns.
