node/lib/internal/readline
Ray 3243701997 readline: bind keystroke ctrl+6 to redo
1. Any keystroke emits `0x1E` will do redo action.
2. Fix bug of undo/redo.
3. More detailed document.
4. Unit tests.

PR-URL: https://github.com/nodejs/node/pull/41662
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
2022-02-21 00:36:31 -05:00
..
callbacks.js
emitKeypressEvents.js readline: refactor Interface to ES2015 class 2021-09-16 23:16:34 +02:00
interface.js readline: bind keystroke ctrl+6 to redo 2022-02-21 00:36:31 -05:00
promises.js readline: add autoCommit option 2021-09-16 23:16:46 +02:00
utils.js