summaryrefslogtreecommitdiff
path: root/src/editor.h
diff options
context:
space:
mode:
authorBernhard R. Link <brlink@debian.org>2008-06-09 23:50:27 +0200
committerShawn <sabetts@juicebox.(none)>2008-10-22 14:17:43 -0700
commitd801644502adf42570e9a5b75fcaa013f613fc5a (patch)
treea30537a038c36c0effc0ab0f6f9f6565a206b558 /src/editor.h
parent22cea909c3d1b695424ef85153917b00bfb1261c (diff)
downloadratpoison-d801644502adf42570e9a5b75fcaa013f613fc5a.zip
define different history types and use them
(implementation does not separate them yet, though)
Diffstat (limited to 'src/editor.h')
-rw-r--r--src/editor.h2
1 files changed, 1 insertions, 1 deletions
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);