Here is a little documentation for several terminal properties that are not documented in the existing AsyncPro 4.06 documentation. ***************************** MouseSelect allows you to turn off the ability to select text on the terminal with the mouse. If AutoCopy is on, any text that is selected will be automatically copied to the clipboard (this only will work if MouseSelect is also on). It's a bit XWindows like. How I can copy automatically the selected Text into the Clipboard? Set MouseSelect and AutoCopy to true. Any text that is selected on the terminal will be copied to the clipboard. ***************************** FreezeScrollBack ================ If this property is on (default), when the user scrolls back to the scrollback buffer, the contents of the scrollback buffer will be frozen. If this property is off, then the scrollback buffer will scroll when the visible part of the terminal scrolls. ***************************** PasteToPort PasteToScreen PasteFromClipboard ================== The PasteToScreen and PasteToPort properties control what happens with data pasted to the terminal. If PasteToScreen is true the data will be written to the terminal screen. PasteToPort will output the data to the port (if a port is assigned). In half duplex situations PasteToScreen should be set to false and PasteToPort should be set to true. In Full duplex situations, both properties should be true. Setting both properties to false will disable pasting. The PasteFromClipboard method is used to paste the contents of the clipboard to the terminal. If there is no text data on the clipboard or the clipboard is empty nothing will happen.