added forced line break support to auto-wrapped text output
authorHolger Schemel <info@artsoft.org>
Wed, 14 Dec 2022 22:53:21 +0000 (23:53 +0100)
committerHolger Schemel <info@artsoft.org>
Wed, 14 Dec 2022 22:58:05 +0000 (23:58 +0100)
commit311a3f217666744c8ce72093c37c58acf952c115
tree434fb982ae7e0661c68f1b78f407021a5cf8671d
parenta3563cfdc8ec434fe92e81a681a7695bece0e6e2
added forced line break support to auto-wrapped text output

To add a line break to auto-wrapped text output (like level set info
text files), use two spaces at the end of a line (like it is used in
Markdown formatted text).
src/libgame/text.c