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

Newline in terminal isn't functioning correctly #1158

Closed
danpilch opened this issue Mar 10, 2016 · 4 comments
Closed

Newline in terminal isn't functioning correctly #1158

danpilch opened this issue Mar 10, 2016 · 4 comments
Labels
bug Broken end user or developer functionality; not working as the developers intended it component/ui Predominantly a front-end issue; most/all of the work can be completed by a f/e developer
Milestone

Comments

@danpilch
Copy link

New lines do not appear to be working in the terminal. When you get to the end of a line it wraps back onto the same line and overwrites existing text. See attached screenshot (bottom line):

v2pslcn

@tomwilkie
Copy link
Contributor

@foot is this something you could take a look at please?

@foot
Copy link
Contributor

foot commented Mar 10, 2016

Yes! I'm having a bit of a play.

@danpilch

  • Which version of scope are you running?
  • Does the wrapping issue happen in sh/bash as well as cqlsh?

That would help a lot! Ta

@danpilch
Copy link
Author

Version 0.13.0

Yep it happens in sh/bash too.

@foot
Copy link
Contributor

foot commented Mar 14, 2016

Thanks! Managed to repro.

A temp workaround is to prepend TERM=dumb to commands, e.g.

TERM=dumb bash and then cqlsh etc,

or

TERM=dumb cqlsh.

I'm looking into how we can come up w/ a more general fix in scope.

@2opremio 2opremio added bug Broken end user or developer functionality; not working as the developers intended it component/ui Predominantly a front-end issue; most/all of the work can be completed by a f/e developer labels Mar 15, 2016
@2opremio 2opremio added this to the 0.14.0 milestone Mar 15, 2016
@davkal davkal removed this from the 0.14.0 milestone Apr 5, 2016
@rade rade added this to the 0.16.1 milestone Jul 12, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Broken end user or developer functionality; not working as the developers intended it component/ui Predominantly a front-end issue; most/all of the work can be completed by a f/e developer
Projects
None yet
Development

No branches or pull requests

6 participants