- use a wide string for the console input buffer.
Since this needs to do cursor positioning calculations it's the one spot in the entire engine where UTF-8 would simply be to messy, especially when having to deal with double wide characters.
This commit is contained in:
parent
0884057ae1
commit
eb4eb1ac00
10 changed files with 116 additions and 94 deletions
|
|
@ -70,6 +70,7 @@
|
|||
#include "x86.h"
|
||||
#include "stats.h"
|
||||
#include "v_text.h"
|
||||
#include "utf8.h"
|
||||
|
||||
#include "d_main.h"
|
||||
#include "d_net.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue