]> git.lizzy.rs Git - linenoise.git/commit
fix display of utf-8 chars on Windows
authorJenson@Win32 <jenson.shixf@gmail.com>
Sat, 3 Sep 2016 23:56:00 +0000 (09:56 +1000)
committerSteve Bennett <steveb@workware.net.au>
Sun, 4 Sep 2016 01:30:20 +0000 (11:30 +1000)
commit571322f9bf8ee1f8b57a88796d2c5239dadf67b3
treebd98329ec13de6263f3e4cf5cce246742bff92de
parentbda17556464bf5b40870f7d4946ac9bb85575187
fix display of utf-8 chars on Windows

Need to use WriteConsoleOutputCharacterW() to write wide chars
linenoise.c