ARPUS/ce, Version 2.6.2 (03/10/05)    (SCCS 1.5)
_______________________________________________________________________________
 ee [-w]
 "edit erase"
    
 DESCRIPTION:
     'ee'  deletes  the character preceding the text cursor  and  then
     moves the cursor left one column.  If the window is in overstrike
     mode  (indicated  by  the absence of the 'I' box  in  the  window
     legend), the deleted character is replaced with a blank.  This is
     the normal definition for a backspace key.

     If  the  text  cursor  is  in  column  1,  'ee'  has  no  effect.

     If  the cursor is beyond the end of a line in the edit window  or
     the command input window, the cursor moves one column to the left
     and  the  region between the end of the line and the  new  cursor
     position is filled with blanks.

     If  the  cursor is in the edit window but below the last line  of
     the  file,  lines are added between the last line and the  cursor
     position.

 PARAMETERS
     -w   -  wrap mode
             Wrap  mode  modifies the behavior of the command at  line
             and window boundaries.  In wrap mode, if the cursor is at
             the  left  column  of the edit window  and  the  leftmost
             column  displayed  is  not column one,  the  window  will
             scrolled  left  before the delete occurs.  If the  window
             already  displays column one and the cursor is in  column
             1,  the  cursor is moved to just the last column  on  the
             preceding line and the lines are joined. If the cursor is
             in column 1 of line 1, no action occurs.

 RELATED HELP FILES:
     ed            (Delete Character)     
     ei            (Insert/Overstrike)    
     en            (Enter Newline)        
     er            (Enter Raw)            
     es            (Enter String)         
        
     support       (customer support)     

_______________________________________________________________________________
  Copyright (c) 2005, Robert Styma Consulting.  All rights reserved.