An open API service indexing awesome lists of open source software.

https://github.com/maximus5/ms-bug-9

Wrong cursor position after writing `\b \b`
https://github.com/maximus5/ms-bug-9

Last synced: 6 months ago
JSON representation

Wrong cursor position after writing `\b \b`

Awesome Lists containing this project

README

          

# Problem with cursor position after WriteConsole

Writing to console output the sequence `\b \b` no more proceses expected result, the cursor is moved left twice.

### Stable 17134 - ok

![win10-17134](https://github.com/Maximus5/ms-bug-9/blob/master/win10-17134.png?raw=true)

### Insider 17686 - broken

![win10-17686](https://github.com/Maximus5/ms-bug-9/blob/master/win10-17686.png?raw=true)