aboutsummaryrefslogtreecommitdiffstats
path: root/keys.h
diff options
context:
space:
mode:
Diffstat (limited to 'keys.h')
-rw-r--r--keys.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/keys.h b/keys.h
new file mode 100644
index 0000000..9562059
--- /dev/null
+++ b/keys.h
@@ -0,0 +1,9 @@
+#ifndef SF_KEYS_H
+#define SF_KEYS_H
+
+#include "fm.h"
+#include "wm.h"
+
+void handling_keys(int ch, terminal *t, fm_info *i);
+
+#endif /* SF_KEYS_H */