heapwolf / prompt-sync

a synchronous prompt for node.js
MIT License
211 stars 42 forks source link

Update index.js #18

Closed hans-strudle closed 8 years ago

hans-strudle commented 8 years ago

On win32 the charcode for backspace is 8 Added an additional clause to the if statement on line 176 to check if the platform is windows and char is 8, this fixes a backspace problem on windows.