Last 12 weeks · 0 commits
1 of 6 standards met
Before: When typing into a prompt.password, if you were to make a typo and press delete to on your keyboard so that you could change it, it would just keep adding to the buffer as well as the process.stdout. After: The backspace keypress is caught, trimming the final character off the keypress, as well as not including it in the buffer.
Repository: tj/co-prompt. Description: sane terminal user-input for node.js using thunks / generators Stars: 192, Forks: 17. Primary language: JavaScript. Languages: JavaScript (100%). Open PRs: 2, open issues: 8. Last activity: 10y ago. Community health: 28%. Top contributors: tj, yaru22, ForbesLindesay.