-
Notifications
You must be signed in to change notification settings - Fork 29.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
doc: update readline key-bindings and TODO comments #33361
Conversation
The documentation for two key bindings was not correct. Signed-off-by: Ruben Bridgewater <[email protected]>
This removes one TODO comment and adds another that indicates that readline is currently not able to trigger specific escape sequences. Signed-off-by: Ruben Bridgewater <[email protected]>
24bec4a
to
63b5734
Compare
@nodejs/documentation PTAL |
@nodejs/readline @nodejs/documentation this could use some reviews. |
@BridgeAR I was just going to land this but noticed that the PR description and the commit messages mismatched – I assume the second message is supposed to be |
@addaleax yes, that's fine for me. Feel free to change it |
Landed in 4c4c226...9de08f7 |
The documentation for two key bindings was not correct. Signed-off-by: Ruben Bridgewater <[email protected]> PR-URL: #33361 Reviewed-By: Anto Aravinth <[email protected]>
This removes one TODO comment and adds another that indicates that readline is currently not able to trigger specific escape sequences. Signed-off-by: Ruben Bridgewater <[email protected]> PR-URL: #33361 Reviewed-By: Anto Aravinth <[email protected]>
The documentation for two key bindings was not correct. Signed-off-by: Ruben Bridgewater <[email protected]> PR-URL: #33361 Reviewed-By: Anto Aravinth <[email protected]>
This removes one TODO comment and adds another that indicates that readline is currently not able to trigger specific escape sequences. Signed-off-by: Ruben Bridgewater <[email protected]> PR-URL: #33361 Reviewed-By: Anto Aravinth <[email protected]>
The documentation for two key bindings was not correct. Signed-off-by: Ruben Bridgewater <[email protected]> PR-URL: #33361 Reviewed-By: Anto Aravinth <[email protected]>
This removes one TODO comment and adds another that indicates that readline is currently not able to trigger specific escape sequences. Signed-off-by: Ruben Bridgewater <[email protected]> PR-URL: #33361 Reviewed-By: Anto Aravinth <[email protected]>
doc: fix readline key binding documentation
The documentation for two key bindings was not correct.
lib: update TODO comments
This removes one TODO comment and adds another that indicates that
readline is currently not able to trigger specific escape sequences.
@nodejs/streams @nodejs/libuv does anyone know why the stream emits
\b
in case<ctrl><backspace>
or<ctrl><shift><backspace>
is used? I would expect it to be a different escape code and I tried to find documentation about it but I failed.Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes