Just a little correction at the it.po file.
[midnight-commander.git] / src / win.h
blob34c3285f523b38106cb7ab6571e802bd20b0e10e
1 #ifndef __WIN_H
2 #define __WIN_H
4 /* Keys managing */
5 typedef void (*movefn)(void *, int);
6 int check_movement_keys (int c, int additional, int page_size, void *,
7 movefn backfn, movefn forfn, movefn topfn, movefn bottomfn);
8 int lookup_key (char *keyname);
10 /* Terminal managing */
11 extern int xterm_flag;
12 void do_enter_ca_mode (void);
13 void do_exit_ca_mode (void);
15 void mc_raw_mode (void);
16 void mc_noraw_mode (void);
17 #endif /* __WIN_H */