mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
C -> C++
- Integrated wcwidth6.c more into text.cpp. - Moved wcwidth6.c to wcwidth6.cpp, to cure some strange build issue.
This commit is contained in:
parent
4baaf52610
commit
d9e24098b5
4 changed files with 3 additions and 2 deletions
|
@ -48,7 +48,6 @@ static const char* newline = "\n";
|
|||
static const char* noline = "";
|
||||
|
||||
static void replace_positional (std::string&, const std::string&, const std::string&);
|
||||
extern "C" int mk_wcwidth (wchar_t);
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
void wrapText (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue