1 /***************************************************************************
2  *
3  * $Header: /usr/local/cvsroot/utils/ytree/global.c,v 1.13 2003/08/31 11:11:00 werner Exp $
4  *
5  * Externe Groessen
6  *
7  ***************************************************************************/
8 
9 
10 #include "ytree.h"
11 
12 
13 
14 WINDOW *dir_window;
15 WINDOW *small_file_window;
16 WINDOW *big_file_window;
17 WINDOW *file_window;
18 WINDOW *error_window;
19 WINDOW *history_window;
20 WINDOW *matches_window;
21 WINDOW *f2_window;
22 WINDOW *time_window;
23 
24 Statistic statistic;
25 Statistic disk_statistic;
26 int       mode;
27 int	  user_umask;
28 char      message[MESSAGE_LENGTH + 1];
29 BOOL	  print_time;
30 BOOL	  resize_request;
31 BOOL	  bypass_small_window;
32 char   number_seperator;
33 char	  *initial_directory;
34