rb-readline icon indicating copy to clipboard operation
rb-readline copied to clipboard

No input text in guard

Open eyaleizenberg opened this issue 10 years ago • 3 comments

Hi, I am using rb-readline 0.5.1 and when I set a breakpoint in a test file my keystrokes don't appear on screen. However, if I hit enter, the runner responds accordingly. If I remove this gem, everything is back to normal. Any clue?

eyaleizenberg avatar Nov 20 '14 12:11 eyaleizenberg

Second this. Note that it does not always occur for projects using Guard. There may also be some interaction with Spring.

zetetic avatar Feb 15 '15 23:02 zetetic

I'm seeing this issue as well, without Spring.

Also, if you run into this, entering stty echo (surrounded by backticks) will cause the input to resume echoing, with the trade-off that at a later point it may echo twice.

zetetic avatar Jul 13 '15 23:07 zetetic