aboutsummaryrefslogtreecommitdiffstats
path: root/keys.h
blob: 9562059c16633bbabc271c9fc75700da1c598c51 (plain) (blame)
1
2
3
4
5
6
7
8
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 */