aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/handlekeys.h
diff options
context:
space:
mode:
Diffstat (limited to 'handlekeys.h')
-rw-r--r--handlekeys.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/handlekeys.h b/handlekeys.h
new file mode 100644
index 0000000..c12c290
--- /dev/null
+++ b/handlekeys.h
@@ -0,0 +1,7 @@
1/* handlekeys.h - Generic terminal input handler.
2 *
3 * Copyright 2012 David Seikel <won_fang@yahoo.com.au>
4 */
5
6void handle_keys(long extra, int (*handle_sequence)(long extra, char *sequence), void (*handle_CSI)(long extra, char *command, int *params, int count));
7void handle_keys_quit();