Stebalien / term

A Rust library for terminfo parsing and terminal colors.
https://stebalien.github.io/doc/term/term/
Apache License 2.0
178 stars 49 forks source link

Fix bug in windows delete_line #78

Closed derekdreery closed 6 years ago

derekdreery commented 6 years ago

Currently the delete_line function will fill the row with '\0', which causes bugs. Using space ' ' fixes those bugs.

Stebalien commented 6 years ago

Thanks! I don't use windows so I'll take your word for it but that does make sense.

So, I hate to ask for freebees but, given that you apparently use windows, want to take a crack at https://github.com/Stebalien/term/issues/63?