pytest-dev / py

Python development support library (note: maintenance only)
MIT License
67 stars 106 forks source link

chars_on_current_line and reline() of TerminalWriter don't play well with each other #164

Closed nicoddemus closed 1 year ago

nicoddemus commented 6 years ago

TerminalWriter.chars_on_current_line does not update after a reline() call. It is not clear to what it should update to, see this discussion for background.