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

Scrolling console... #3

Open
justindonnaruma opened this issue May 30, 2014 · 1 comment
Open

Scrolling console... #3

justindonnaruma opened this issue May 30, 2014 · 1 comment

Comments

@justindonnaruma
Copy link

Any chance we could get a scrolling console under the progress bar, so we can, while still using the progress bar, see the output of any console.log items left in for debugging?

@ysle
Copy link

ysle commented Aug 22, 2014

as a workaround, change this :

Pace.prototype.clear = function clear() {
  this.charm.erase('line').up(1).erase('line').up(1).erase('line').write("\r");
};

to

Pace.prototype.clear = function clear() {
  this.charm.erase('line').up(2).erase('line').up(1).erase('line').write("\r");
};

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

2 participants