7 /* Labels at the screen bottom */
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);