OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [gdb-6.8/] [readline/] [NEWS] - Diff between revs 827 and 840

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 827 Rev 840
This is a terse description of the new features added to readline-5.1 since
This is a terse description of the new features added to readline-5.1 since
the release of readline-5.0.
the release of readline-5.0.
1.  New Features in Readline
1.  New Features in Readline
a.  The key sequence sent by the keypad `delete' key is now automatically
a.  The key sequence sent by the keypad `delete' key is now automatically
    bound to delete-char.
    bound to delete-char.
b.  A negative argument to menu-complete now cycles backward through the
b.  A negative argument to menu-complete now cycles backward through the
    completion list.
    completion list.
c.  A new bindable readline variable:  bind-tty-special-chars.  If non-zero,
c.  A new bindable readline variable:  bind-tty-special-chars.  If non-zero,
    readline will bind the terminal special characters to their readline
    readline will bind the terminal special characters to their readline
    equivalents when it's called (on by default).
    equivalents when it's called (on by default).
d.  New bindable command: vi-rubout.  Saves deleted text for possible
d.  New bindable command: vi-rubout.  Saves deleted text for possible
    reinsertion, as with any vi-mode `text modification' command; `X' is bound
    reinsertion, as with any vi-mode `text modification' command; `X' is bound
    to this in vi command mode.
    to this in vi command mode.
e.  If the rl_completion_query_items is set to a value < 0, readline never
e.  If the rl_completion_query_items is set to a value < 0, readline never
    asks the user whether or not to view the possible completions.
    asks the user whether or not to view the possible completions.
f.  New application-callable auxiliary function, rl_variable_value, returns
f.  New application-callable auxiliary function, rl_variable_value, returns
    a string corresponding to a readline variable's value.
    a string corresponding to a readline variable's value.
g.  When parsing inputrc files and variable binding commands, the parser
g.  When parsing inputrc files and variable binding commands, the parser
    strips trailing whitespace from values assigned to boolean variables
    strips trailing whitespace from values assigned to boolean variables
    before checking them.
    before checking them.
h.  A new external application-controllable variable that allows the LINES
h.  A new external application-controllable variable that allows the LINES
    and COLUMNS environment variables to set the window size regardless of
    and COLUMNS environment variables to set the window size regardless of
    what the kernel returns.
    what the kernel returns.
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.