(edit_move_block_to_left): reduce variable scope.
[midnight-commander.git] / lib / tty / win.h
blob4c3160783bed99d85334cd5876673e5cf9e6057b
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 show_rxvt_contents (int starty, unsigned char y1, unsigned char y2);
21 gboolean look_for_rxvt_extensions (void);
23 /*** inline functions ****************************************************************************/
24 #endif /* MC_WIN_H */