SBoudrias / Inquirer.js

A collection of common interactive command line user interfaces.
MIT License
19.95k stars 1.3k forks source link

Long inputs wrap weirdly in interactive node session #611

Closed willclarktech closed 1 week ago

willclarktech commented 6 years ago

Seems related to https://github.com/SBoudrias/Inquirer.js/issues/214

inquirer_wrap_issue

If I run this script non-interactively with node pizza.js, requiring from my npm-installed Inquirer (var inquirer = require('inquirer')), everything is fine.

SBoudrias commented 6 years ago

@willclarktech I don't think this can ever work in the node interactive prompt as each line returns is also handled by the node interactive process.

SBoudrias commented 1 week ago

Never followed up, but long lines of answers (and choices in list) have been fixed for a while.