Main Board > Programming

Use of mouse copy/paste wanting no 'return' after paste

(1/1)

Skip.Dahl:
using PRINT 'OPTION' ("RMOUSECOPY","1") in WindX in a character based
system.  When the user is pasting it is doing a auto return and going to the
next line, the user wants the cursor to end at the paste so that they can add
to what was just pasted.
Just wanting to know if there is a way to suppress the return, and if so, only for select users.
Thx,

Mike King:
Skip

In release 18.10 (due next week) we have added a new option:

PRINT 'OPTION'("COPY_1LINE_NOCR", "Yes"),

Setting this option will suppress the trailing carriage return/line feed on the copy text when copying a single line.  Multiple line copies will ALWAYS include a trailing CR/LF.

Navigation

[0] Message Index

Go to full version