mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Bug #967
- Fixed bug #967, which did not properly determine character widths for UTF8 characters (thanks to Victor Roetman, Jörg Plate, Markus Kuhn).
This commit is contained in:
parent
76c8d616d9
commit
43c2b402cd
8 changed files with 262 additions and 6 deletions
|
@ -43,7 +43,8 @@ set (task_SRCS A3.cpp A3.h
|
|||
sort.cpp
|
||||
text.cpp text.h
|
||||
utf8.cpp utf8.h
|
||||
util.cpp util.h)
|
||||
util.cpp util.h
|
||||
wcwidth6.c)
|
||||
|
||||
add_library (task STATIC ${task_SRCS})
|
||||
add_executable (task_executable main.cpp)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue