Merge branch '2206_jump_line'
[midnight-commander.git] / lib / tty / win.h
blobc829f07256c57e27879453e11b7050fb324933fd
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 /*** declarations of public functions ************************************************************/
20 void do_enter_ca_mode (void);
21 void do_exit_ca_mode (void);
23 void show_rxvt_contents (int starty, unsigned char y1, unsigned char y2);
24 gboolean look_for_rxvt_extensions (void);
26 /*** inline functions ****************************************************************************/
27 #endif /* MC_WIN_H */