| 39 | | extern int MAXSEQUENCECHARACTERLENGTH; // greatest # of characters in a sequence string terminal |
| 40 | | extern int MAXSPECIESWIDTH; |
| 41 | | extern int MAXINFOWIDTH; |
| 42 | | extern long ED4_counter; |
| 43 | | extern long all_found; // nr of species which haven't been found |
| 44 | | extern long species_read; // nr of species read; important during loading |
| 45 | | extern GBS_strstruct *not_found_message; |
| 46 | | extern long max_seq_terminal_length; // global maximum of sequence terminal length |
| 47 | | extern ED4_EDITMODI awar_edit_mode; |
| 48 | | extern long awar_edit_direction; |
| 49 | | extern bool move_cursor; //only needed for editing in consensus |
| 50 | | extern bool DRAW; |
| 51 | | extern bool last_window_reached; //only needed for refreshing all windows |
| | 39 | extern int MAXSEQUENCECHARACTERLENGTH; // greatest # of characters in a sequence string terminal |
| | 40 | extern int MAXSPECIESWIDTH; |
| | 41 | extern int MAXINFOWIDTH; |
| | 42 | extern long ED4_counter; |
| | 43 | |
| | 44 | // use ED4_init_notFoundMessage and ED4_finish_and_show_notFoundMessage to |
| | 45 | // modify the following elements |
| | 46 | #define MAX_SHOWN_MISSING_SPECIES 200 // limit no of missing species/data printed into not_found_message |
| | 47 | extern long not_found_counter; // nr of species which haven't been found |
| | 48 | extern GBS_strstruct *not_found_message; // error message containing (some) missing/unloadable species |
| | 49 | |
| | 50 | extern long max_seq_terminal_length; // global maximum of sequence terminal length |
| | 51 | extern ED4_EDITMODI awar_edit_mode; |
| | 52 | extern long awar_edit_direction; |
| | 53 | extern bool move_cursor; //only needed for editing in consensus |
| | 54 | extern bool DRAW; |
| | 55 | extern bool last_window_reached; //only needed for refreshing all windows |