Skip to content

doc: update readline key-bindings and TODO comments

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), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines

Merge request reports

Loading