mc/lib/tty/win.h

20 lines
379 B
C
Raw Normal View History

/** \file win.h
* \brief Header: X terminal management: xterm and rxvt
*/
#ifndef MC_WIN_H
#define MC_WIN_H
1998-02-27 07:54:42 +03:00
#include "lib/global.h" /* <glib.h> */
1998-02-27 07:54:42 +03:00
extern int xterm_flag;
1998-02-27 07:54:42 +03:00
void do_enter_ca_mode (void);
void do_exit_ca_mode (void);
void show_rxvt_contents (int starty, unsigned char y1, unsigned char y2);
gboolean look_for_rxvt_extensions (void);
#endif /* MC_WIN_H */