|  |   QEDIT cut/copy
[Back]  QEDIT style cut/copy, which selects the current 
        line if no existing selection.   
if ($selection_start == -1)
    select(search("^", $cursor, "regex", "backward"), search("$", $cursor, "regex")+1)
copy_clipboard()
Change the final line for cut.  [Back]
       
        
 
   Released  on  Wed, 21 Nov 2001  
        by C. Denat |  |