updated the .TP cleanup for coherency in the key description pages.
[midnight-commander.git] / src / win.h
blobe3e0c3e592ea3faf10136419aa2bed2500e4e831
1 #ifndef __WIN_H
2 #define __WIN_H
4 /* Window utilities */
5 #include "dlg.h"
7 /* Labels at the screen bottom */
9 /* Keys managing */
10 int check_fkeys (int c);
11 int check_movement_keys (int c, int additional, int page_size, void *,
12 movefn backfn, movefn forfn, movefn topfn, movefn bottomfn);
13 int lookup_key (char *keyname);
15 /* Terminal managing */
16 extern int xterm_flag;
17 void do_enter_ca_mode (void);
18 void do_exit_ca_mode (void);
19 #define wclr(w) wclrn(w, 0)
21 void mc_raw_mode (void);
22 void mc_noraw_mode (void);
23 void mc_init_cbreak (void);
24 #endif /* __WIN_H */