bhauman / rebel-readline

Terminal readline library for Clojure dialects
Eclipse Public License 1.0
684 stars 37 forks source link

History skips results #186

Closed Outrovurt closed 5 years ago

Outrovurt commented 5 years ago

Sometimes when I am using the rebel-readline REPL for ClojureScript, when I press the up arrow I don't see the previous command but the one before it. The same thing happens when I hit Alt+P.

I don't know how to reproduce this as it is intermittent, and doesn't happen a lot of the time.

I'm running figwheel-main together with rebel-readline using leiningen.

Outrovurt commented 5 years ago

No wait a minute, I just experienced the same behaviour in an xterm window I had open which wasn't running the REPL, so this is more likely than not an xterm issue rather than a rebel-readline issue.

Please ignore.