diff options
| author | Jonathan Bradley <jcb@pikum.xyz> | 2025-02-21 15:55:35 -0500 |
|---|---|---|
| committer | Jonathan Bradley <jcb@pikum.xyz> | 2025-02-22 00:47:50 -0500 |
| commit | e1133e93c75172e2815231e68bbc0830de1f7d79 (patch) | |
| tree | ab6b63ef5090b12320333fe0fbd982c7188a93ab /src/game.cpp | |
| parent | 76a38d7f972b17c33a6ffd6dc3772df721139e67 (diff) | |
pke: required chars unicode 9, 10, 13
Diffstat (limited to 'src/game.cpp')
| -rw-r--r-- | src/game.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game.cpp b/src/game.cpp index 85c2fd5..9a52e1b 100644 --- a/src/game.cpp +++ b/src/game.cpp @@ -609,7 +609,7 @@ void Game_Main(PKEWindowProperties windowProps, const char *executablePath) { } } - pk_cstr test_text = cstring_to_pk_cstr("012\n3456789\tThe quick brown fox jumped over the lazy dog."); + pk_cstr test_text = cstring_to_pk_cstr("012\n3456789\tThe quick\r\nbrown fox jumped over the lazy dog."); // pk_cstr test_text = cstring_to_pk_cstr("%+-*0123456789$"); // pk_cstr test_text = cstring_to_pk_cstr("$#"); // pk_cstr test_text = cstring_to_pk_cstr("$"); |
