From d801644502adf42570e9a5b75fcaa013f613fc5a Mon Sep 17 00:00:00 2001 From: "Bernhard R. Link" Date: Mon, 9 Jun 2008 23:50:27 +0200 Subject: define different history types and use them (implementation does not separate them yet, though) --- src/editor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/editor.h') diff --git a/src/editor.h b/src/editor.h index b2cf558..f3ffa31 100644 --- a/src/editor.h +++ b/src/editor.h @@ -36,7 +36,7 @@ edit_status }; /* Input line functions */ -rp_input_line *input_line_new (char *prompt, char *preinput, completion_fn fn); +rp_input_line *input_line_new (char *prompt, char *preinput, int history_id, completion_fn fn); void input_line_free (rp_input_line *line); edit_status execute_edit_action (rp_input_line *line, KeySym ch, unsigned int modifier, char *keysym_buf); -- cgit v1.2.3