Open probablykasper opened 4 years ago
@jesseduffield Any idea what would need to be done to fix this?
Sorry for the very belated response @probablykasper . the [2;K
form should be properly parsed now, but the [1;G
form isn't implemented. This is all handled in vendor/github.com/jesseduffield/gocui/escape.go
in the parseOne
function. Happy to give guidance to anybody who wants to work on this
Sometimes, escape sequences are printed in lazydocker. I'm not sure exactly which escape sequences this happens for, but as you can see below it does happens for
[2;K[1;G
.[2;K
seems to be for erasing the current line.This log is from running
yarn install
inside anode
image withtty: true
:When running
docker-compose logs
, this is the output:In addition to yarn, I've noticed it happening in parcel bundler.
To Reproduce
Steps to reproduce the behavior:
node
docker-compose service withtty: true
yarn install
Desktop