Move wcswidth into its own package as it is very slow to build

This commit is contained in:
Kovid Goyal
2022-08-24 22:05:51 +05:30
parent 5dca2a1a25
commit 5703a3370e
9 changed files with 25 additions and 23 deletions

2
.gitattributes vendored
View File

@@ -15,7 +15,7 @@ kittens/diff/options/parse.py linguist-generated=true
glfw/*.c linguist-vendored=true
glfw/*.h linguist-vendored=true
kittens/unicode_input/names.h linguist-generated=true
tools/tui/wcwidth-std.go linguist-generated=true
tools/wcswidth/std.go linguist-generated=true
*.py text diff=python
*.m text diff=objc