fixed level sketch copy/paste via clipboard on Windows (using CR+LF)
authorHolger Schemel <info@artsoft.org>
Mon, 25 Feb 2019 20:40:52 +0000 (21:40 +0100)
committerHolger Schemel <info@artsoft.org>
Mon, 25 Feb 2019 20:40:52 +0000 (21:40 +0100)
commitfe21ed78a5927518daeb7307488415416ef98b6a
tree7cd941f697bde4026e3f65a5706b7a7771e842a3
parent0fefbeaf965f087a359f7ae6845bcefff7a71389
fixed level sketch copy/paste via clipboard on Windows (using CR+LF)

Before, level sketch copy/paste using Ctrl-c/v in level editor did not
work on Windows, where lines of text in the clipboard are terminated
with CR+LF (carriage return and line feed) instead of simple newlines.

This fixes this bug, and makes parsing level sketches from clipboard
a little bit more robust regarding empty lines and garbage text.
src/editor.c