Fixed fileOperation dialog height for copy/move operations (with verbose mode switche...
[midnight-commander.git] / lib / tty / win.h
blob1b9b00183f9b5278c14bc57a8f904a2c8b4c20d6
2 /** \file win.h
3 * \brief Header: X terminal management: xterm and rxvt
4 */
6 #ifndef MC_WIN_H
7 #define MC_WIN_H
9 #include "lib/global.h" /* <glib.h> */
11 extern int xterm_flag;
13 void do_enter_ca_mode (void);
14 void do_exit_ca_mode (void);
16 void show_rxvt_contents (int starty, unsigned char y1, unsigned char y2);
17 gboolean look_for_rxvt_extensions (void);
19 #endif /* MC_WIN_H */