Unrepl / unravel

Unravel your REPL
171 stars 6 forks source link

Spurious prompt when pasting #55

Closed pesterhazy closed 6 years ago

pesterhazy commented 6 years ago

If I paste () into the prompt and press enter:

user=> ()
user=> ()
user=>

The second user=> prompt shouldn't be there.

However if I type the same string, (), manually, it works:

user=> ()
()
user=>
cgrand commented 6 years ago

With parfix I guess

pesterhazy commented 6 years ago

@cgrand actually no - it works correctly with parfix enabled, incorrectly with parfix disabled

cgrand commented 6 years ago

hah! with colors it makes sense