Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
yaml documentation
  • Loading branch information
Js-Brecht committed Dec 2, 2019
commit d8d3bd909b46ae946e317c24d9fb0dd02dc68491
6 changes: 6 additions & 0 deletions doc/api/readline.md
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,9 @@ async function processLineByLine() {
```

### rl.line
<!-- YAML
added: REPLACEME
-->

* {string}
Comment thread
Js-Brecht marked this conversation as resolved.
Outdated

Expand Down Expand Up @@ -381,6 +384,9 @@ process.stdin.on('keypress', (c, k) => {
```

### rl.cursor
<!-- YAML
added: REPLACEME
-->

* {number}

Expand Down