Mercurial > hg > octave-nkf
diff src/input.cc @ 1569:b221bae7ca15
[project @ 1995-10-19 03:43:37 by jwe]
author | jwe |
---|---|
date | Thu, 19 Oct 1995 03:43:37 +0000 |
parents | a8232861312c |
children | 27f5ac98fc4a |
line wrap: on
line diff
--- a/src/input.cc +++ b/src/input.cc @@ -947,6 +947,15 @@ rl_add_defun ("operate-and-get-next", (Function *) operate_and_get_next, CTRL ('O')); + + // And the history search functions. + + rl_add_defun ("history-search-backward", + (Function *) rl_history_search_backward, META ('p')); + + rl_add_defun ("history-search-forward", + (Function *) rl_history_search_forward, META ('n')); + // Don't treat single quotes as string delimiters when doing paren // matching.