comparison scripts/startup/inputrc @ 19628:fe689210525c gui-release

maint: Periodic merge of stable to gui-release.
author John W. Eaton <jwe@octave.org>
date Tue, 20 Jan 2015 10:05:42 -0500
parents 3ed674758e0d 446c46af4b42
children
comparison
equal deleted inserted replaced
19624:6d75f1683ce8 19628:fe689210525c
1 ## This file configures the behavior of line-input editing for all 1 ## This file configures the behavior of line-input editing for all
2 ## Octave users when Octave is configured to use GNU Readline library 2 ## Octave users when Octave is configured to use GNU Readline library
3 ## for input-line editing. 3 ## for input-line editing.
4 4
5 ## history-search-backward: 5 ## history-search-backward:
6 ## 6 ##
7 ## Search backward through the history for the string of characters 7 ## Search backward through the history for the string of characters
8 ## between the start of the current line and the point. This is a 8 ## between the start of the current line and the point. This is a
9 ## non-incremental search. Bound to "\e[A", the ANSI escape 9 ## non-incremental search. Bound to "\e[A", the ANSI escape
10 ## sequence for the UP arrow. 10 ## sequence for the UP arrow.
11 11
12 "\e[A": history-search-backward 12 "\e[A": history-search-backward
13 13
14 ## history-search-forward: 14 ## history-search-forward:
15 ## 15 ##
16 ## Search forward through the history for the string of characters 16 ## Search forward through the history for the string of characters
17 ## between the start of the current line and the point. This is a 17 ## between the start of the current line and the point. This is a
18 ## non-incremental search. Bound to "\e[B", the ANSI escape 18 ## non-incremental search. Bound to "\e[B", the ANSI escape
19 ## sequence for the DOWN arrow. 19 ## sequence for the DOWN arrow.
20 20