Updated Russian translation.
[midnight-commander.git] / lib / tty / win.h
blob0de17f82e81128c5b032faba55844972295252b9
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 gboolean 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 */