Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

End of the input echoed underneath response #1333

Closed
ladelfa opened this issue Dec 11, 2014 · 2 comments
Closed

End of the input echoed underneath response #1333

ladelfa opened this issue Dec 11, 2014 · 2 comments

Comments

@ladelfa
Copy link

ladelfa commented Dec 11, 2014

If my input is longer than my output, I get crumbs of the input (for want of a better description) tacked onto the end of the following line.

[1] pry(main)> '34343434'.length
=> 843434'.length
[2] pry(main)> puts 'whatever' 
whateverr'
=> nil
[3] pry(main)> 23 + 45
=> 6845

It's like the input is being echoed, then there's a CR without a LF and the output starts writing over it.

This is happening for me in Rails console.

@rf-
Copy link
Member

rf- commented Jan 15, 2015

Can you give a little more info about your environment (OS, terminal, Pry version, any plugins installed)?

@andrehjr
Copy link
Member

Fixed by #2158

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants