marginedPaste resource

From The x3270 Wiki
Type Default Option
Boolean false

marginedPaste, if set to true, causes paste operations to operate with a left margin: as if the column where the cursor was at the beginning of the paste operation is the left edge of the screen.

For example, if the cursor was at column 6 at the beginning of the paste, then if the cursor wraps at the last column, it moves to column 6 on the next line, rather than to the leftmost column. Similarly, if a Line Feed (U+000a) character is encountered in the pasted text, the cursor will move to column 6 of the next line, not to the leftmost column.

If overlayPaste is true, the emulator behaves as if marginedPaste were also true, regardless of the actual setting of marginedPaste.