SUB Clipboard(Var) v4.8a:

 Note:

   Message starts at column 4, contains 'editing file: filename.ext ',
   then actual message starts at column 31 and has a maximum length
   of 46 bytes to column 77.

   Bytes has a maximum length of 10 bytes and entries a maximum of 5 bytes.

 Status messages maximum length:

   Var =

   1 - Control-C, CopyToClipboard

     Editing file: filename.ext : (+) 2147483647 bytes copied to clipboard.

       Indicates the number of bytes stored in the clipboard file for
       pasting. Toggle marker + to X for display update purpose indicates
       the paste happened when bytes are the same.

   2 - Control-V, PasteFromClipboard

     Editing file: filename.ext : 2147483647 bytes (entry #32767) pasted.

       Indicates the bytes pasted from the clipboard file into the current
       file, and its entry number stored for undo purposes.

   3 - Control-X, ClipboardUndo

     Editing file: filename.ext : 2147483647 bytes (entry #32767) paste undo.

       Indicates the number of bytes restored from the undo paste file, and
       the entry number undone. Entry number is then decremented by one.

   4 - Control-Z, ClipboardUndoAll

     Editing file: filename.ext : Total 32767 entries in paste undos.

       Indicates the total number of paste entries restored from the
       paste file. Entry number is then set to zero.

 Error messages:

   Copy extends beyond clipboard file length. Press <esc> to continue:

     Indicates the hilighted area extends beyond the clipboard filelength,
     which is 2 GB. minus 4 bytes for the header (2147483643 bytes).

   Paste extends beyond file length. Press <esc> to continue:

     Indicates the copied area extends beyond the length of the loaded file.

   Paste undo entries extend beyond file length. Press <esc> to continue:

     Indicates the stored entries are at maximum signed integer (32767).

   Paste undo extends beyond file length. Press <esc> to continue:

     Indicates the total number of bytes in all entries plus the current
     paste area extend beyond the undo paste file which has 2 bytes for
     the header. Each entry includes 8 bytes individual header.

-end-
