Changeset 6353 for trunk/EDIT4/ED4_main.cxx
- Timestamp:
- 14/01/10 15:10:39 (2 years ago)
- Files:
-
- 1 modified
-
trunk/EDIT4/ED4_main.cxx (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/EDIT4/ED4_main.cxx
r6347 r6353 51 51 int MAXINFOWIDTH; // # of pixels used to display sequence info ("CONS", "4data", etc.) 52 52 53 long ED4_counter = 0;54 long all_found; // nr of species which haven't been found 55 long species_read; // nr of species read; important during loading53 long ED4_counter = 0; 54 55 long not_found_counter; // nr of species which haven't been found 56 56 GBS_strstruct *not_found_message; 57 long max_seq_terminal_length; // global maximum of sequence terminal length 58 ED4_EDITMODI awar_edit_mode; 59 long awar_edit_direction; 60 bool move_cursor; // only needed for editing in consensus 61 bool DRAW; 62 bool last_window_reached; // needed for refreshing all windows (if TRUE refresh/...-flags will be cleared) 57 58 long max_seq_terminal_length; // global maximum of sequence terminal length 59 ED4_EDITMODI awar_edit_mode; 60 long awar_edit_direction; 61 bool move_cursor; // only needed for editing in consensus 62 bool DRAW; 63 bool last_window_reached; // needed for refreshing all windows (if TRUE refresh/...-flags will be cleared) 63 64 64 65 void ED4_config_change_cb(AW_root *)
