dthree / vorpal

Node's framework for interactive CLIs
http://vorpal.js.org
MIT License
5.64k stars 280 forks source link

Better support for long commands #127

Open scotthovestadt opened 8 years ago

scotthovestadt commented 8 years ago

After executing a long command, it appears on the next line and overlaps with the command prompt. Typing removes it, but you can't effectively see your previous command.

dthree commented 8 years ago

kk. We should look at Inqurier to see if this is a problem there as well.

milesj commented 7 years ago

@scotthovestadt This is usually a problem with your terminal settings. Is this an isolated Vorpal problem?

willclarktech commented 6 years ago

Not sure if I'm experiencing the same issue, but I'm also having problems with long commands: vorpal_wrap_issue

Issues experienced above:

  1. Backspace deletes characters, but they remain displayed on lines beyond the first (when the cursor moves backwards I'm pressing backspace not an arrow key)
  2. Prompt jumping up to top line without clearing/cutting
  3. Weird pyramids of letters

I'm on:

Edit: Tried in tmux and the problem doesn't occur.

parthms commented 6 years ago

Any updates on this bug?

LeftoverChineseFood commented 3 years ago

Hi, Inquirer user here. Looking at alternatives to try to find a fix, as I have this issue in my program as well. I am having these problems when I use Inquirer. They won't fix it for some reason.

If this project is based off of Inquirer, this is likely an Inquirer problem.