Merge remote branch 'osp/only-directories' into homework
[pantumic.git] / lib / tty / win.h
blobbca052bfbc34061350f38360cdcb9c897e48f9a9
1 /** \file win.h
2 * \brief Header: X terminal management: xterm and rxvt
3 */
5 #ifndef MC__WIN_H
6 #define MC__WIN_H
8 #include "lib/global.h" /* <glib.h> */
10 /*** typedefs(not structures) and defined constants **********************************************/
12 /*** enums ***************************************************************************************/
14 /*** structures declarations (and typedefs of structures)*****************************************/
16 /*** global variables defined in .c file *********************************************************/
18 extern int xterm_flag;
20 /*** declarations of public functions ************************************************************/
22 void do_enter_ca_mode (void);
23 void do_exit_ca_mode (void);
25 void show_rxvt_contents (int starty, unsigned char y1, unsigned char y2);
26 gboolean look_for_rxvt_extensions (void);
28 /*** inline functions ****************************************************************************/
29 #endif /* MC_WIN_H */