1.0.{0,1,2} Opening console multiple times breaks escaping
See original GitHub issuesteps
- Start an sbt shell
- Type
console<enter>
- Type
ctrl-d
or:q<enter>
- Type
console<enter>
- Type an arrow key or
ctrl-n
,ctrl-p
,ctrl-r
, etc.
problem
Escapes are not interpreted correctly and sbt prints out garbage characters.
expectation
Escapes are interpreted correctly and sbt does not print out garbage characters.
notes
- I’m on a Mac using iterm 2.
- Bug doesn’t exist on sbt 0.13.16
sbt version: 1.0.0, 1.0.1
Issue Analytics
- State:
- Created 6 years ago
- Reactions:2
- Comments:17 (9 by maintainers)
Top Results From Across the Web
Escaping " or ' multiple times - javascript - Stack Overflow
I cannot use the alternative ' because the text is full of them, so it breaks the sequence. I can't escape the string...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I experience something similar to this in which if I use any sbt command on the terminal my terminal output is completely broken after. I can no longer see any text output at all, but my terminal responds to commands. I have to
reset
the terminal in order to make it work again.This also effects me on both 1.0.0 and 1.0.1
@hntd187 @sthagedorn I think you guys should be aware of https://github.com/sbt/sbt/issues/3453, which catalogs your specific issue. It’s not unlikely that it’s related to this, though.