summaryrefslogtreecommitdiff
path: root/src/input.h
diff options
context:
space:
mode:
authorrcyeske <rcyeske>2001-02-19 20:45:11 +0000
committerrcyeske <rcyeske>2001-02-19 20:45:11 +0000
commit74f06e31b48eb29f7fa171b0aa14fdf30ace0f18 (patch)
tree5c38d04f337f9714d4c574de79e2a3a1da21375a /src/input.h
parent440e1f6484c68c6570890544738f142487dca819 (diff)
downloadratpoison-74f06e31b48eb29f7fa171b0aa14fdf30ace0f18.zip
added more_input routine
Diffstat (limited to 'src/input.h')
-rw-r--r--src/input.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/input.h b/src/input.h
index dd7c44b..3a21471 100644
--- a/src/input.h
+++ b/src/input.h
@@ -25,6 +25,7 @@
char *keysym_to_string (KeySym keysym, unsigned int modifier);
void cook_keycode (KeyCode keycode, KeySym *keysym, unsigned int *mod);
char *get_input (char *prompt);
+char *get_more_input (char *prompt, char *preinput);
void read_key (KeySym *keysym, unsigned int *mode);
#endif /* ! _RATPOISON_INPUT_H */