Changeset 6141 for trunk/EDIT4/ed4_defs.hxx
- Timestamp:
- 14/08/09 16:29:27 (3 years ago)
- Files:
-
- 1 modified
-
trunk/EDIT4/ed4_defs.hxx (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/EDIT4/ed4_defs.hxx
r5901 r6141 20 20 typedef int ED4_COORDINATE; 21 21 22 typedef enum ad_edit_mod us{22 typedef enum ad_edit_mode { 23 23 AD_ALIGN, // add & remove of . possible (default) 24 24 AD_NOWRITE, // no edits allowed … … 46 46 extern GBS_strstruct *not_found_message; 47 47 extern long max_seq_terminal_length; // global maximum of sequence terminal length 48 extern ED4_EDITMODI awar_edit_mod us;48 extern ED4_EDITMODI awar_edit_mode; 49 49 extern long awar_edit_direction; 50 50 extern bool move_cursor; //only needed for editing in consensus … … 317 317 318 318 bool is_sequence; // ==1 -> special handling for sequences 319 bool cannot_handle; // if TRUE th an cannot edit319 bool cannot_handle; // if TRUE then cannot edit 320 320 321 321 ED4_CursorJumpType cursor_jump;
