-
Notifications
You must be signed in to change notification settings - Fork 7.3k
[Documentation] On process.stdout.cursorTo #6933
Comments
Not exactly what you asked for, but anyway should be fixed by #6948 |
@indutny Easy. Let me ask you: Where is |
Have you seen #6948 that I mentioned in previous message ;) |
Oh sorry. Missed out that commit. Great! No further questions. |
I think this is still an issue. The I googled and can't find any documentation on var i = 0
setInterval(function () {
process.stdout.write('test ' + (i++))
process.stdout.cursorTo(0)
}, 1000) In case Here's an example of one popular module, |
Addresses comment after PR nodejs#6933 merged. nodejs/node#6933 (review) PR-URL: nodejs/node#10345 Reviewed-By: Roman Reiss <me@silverwind.io> Reviewed-By: Italo A. Casas <me@italoacasas.com>
Addresses comment after PR nodejs#6933 merged. nodejs/node#6933 (review) PR-URL: nodejs/node#10345 Reviewed-By: Roman Reiss <me@silverwind.io> Reviewed-By: Italo A. Casas <me@italoacasas.com>
It seems that there is no API documentation on
process.stdout.cursorTo
. Or it was too difficult for me to find any.Also, is there a function to query the current cursor position? No idea. Thx!
The text was updated successfully, but these errors were encountered: