Migrate a bunch of code out of common.h

Put it into wcstringutil, path, or a new file null_terminated_array.
This commit is contained in:
ridiculousfish
2020-01-15 13:16:43 -08:00
parent 273afca3da
commit 6705a2efc6
25 changed files with 425 additions and 394 deletions

View File

@@ -30,6 +30,7 @@
#include "fallback.h" // IWYU pragma: keep
#include "flog.h"
#include "output.h"
#include "wcstringutil.h"
#include "wutil.h" // IWYU pragma: keep
/// Whether term256 and term24bit are supported.