2009-02-05 21:28:18 +03:00
|
|
|
|
|
|
|
/** \file win.h
|
2009-06-04 16:47:01 +04:00
|
|
|
* \brief Header: X terminal management: xterm and rxvt
|
2009-02-05 21:28:18 +03:00
|
|
|
*/
|
|
|
|
|
2004-12-03 22:17:46 +03:00
|
|
|
#ifndef MC_WIN_H
|
|
|
|
#define MC_WIN_H
|
1998-02-27 07:54:42 +03:00
|
|
|
|
2010-01-20 18:11:52 +03:00
|
|
|
#include "lib/global.h" /* <glib.h> */
|
1998-02-27 07:54:42 +03:00
|
|
|
|
|
|
|
extern int xterm_flag;
|
2009-06-04 16:47:01 +04:00
|
|
|
|
1998-02-27 07:54:42 +03:00
|
|
|
void do_enter_ca_mode (void);
|
|
|
|
void do_exit_ca_mode (void);
|
|
|
|
|
2009-05-24 13:39:14 +04:00
|
|
|
void show_rxvt_contents (int starty, unsigned char y1, unsigned char y2);
|
|
|
|
gboolean look_for_rxvt_extensions (void);
|
|
|
|
|
2009-09-17 02:07:04 +04:00
|
|
|
#endif /* MC_WIN_H */
|