Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix rendering of multiline entries in the list on Windows
Unlike other platforms, Windows ListView doesn’t replace newlines with a space when putting the content on a single line, but rather eats them completely, resulting in the text running together. Add explicit substitution (MSW only) to fix this.
- Loading branch information