weird copy-paste behaviour in command window with "prompt"

Bernhard S

Member³
In a command window I have the following 3 lines:

Code:
prompt
prompt
prompt

When I copy and paste those 3 lines to to another place in command window I get:

Code:
prompt

prompt

prompt

If I copy and past those new 3 prompts with blank lines in between I get:

Code:
prompt

prompt

prompt

When I do the same with:

Code:
prompt 1
prompt 2
prompt 3

PSD behaves and copy-past results in the same without any blank lines in between.
 
Quite peculiar. I noticed that this only happens with "prompt" and not with any other word. We'll fix it.
 
Back
Top