]> _ Git - termbox2.git/commit
`setlocale` in demo
authorAdam Saponara <as@php.net>
Fri, 4 Oct 2024 23:33:51 +0000 (19:33 -0400)
committerAdam Saponara <as@php.net>
Fri, 4 Oct 2024 23:33:51 +0000 (19:33 -0400)
commit43d40b6d7999fe17f868a82beb2b87867f1a1bc0
tree88ed30c6629387c48cbc8538f9e322eb68e018a8
parenta890dbcacff342073540a4f890cd29cccc32ad3f
`setlocale` in demo

since around cd42ba3, we rely on `iswprint`, which itself is
locale-dependent. callers using unicode (like the demo) must be sure
to set a unicode locale prior to initializing.
demo/keyboard.c