mirror of
https://github.com/zebrajr/node.git
synced 2025-12-07 00:20:38 +01:00
Pasting input should not trigger any completions and other calculations. This is now handled by just writing the string to the terminal in case the user is pasting. As soon as pasting is done, the completions will be re-enabled. Fixes: https://github.com/nodejs/node/issues/40626 Fixes: https://github.com/nodejs/node/issues/43343 PR-URL: https://github.com/nodejs/node/pull/59857 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> |
||
|---|---|---|
| .. | ||
| callbacks.js | ||
| emitKeypressEvents.js | ||
| interface.js | ||
| promises.js | ||
| utils.js | ||