Generated function is more efficient than the implementation from wcwidth9 and also makes it easy to update when the unicode standard changes.
3 lines
291 B
Bash
Executable File
3 lines
291 B
Bash
Executable File
#!/bin/bash
|
|
cloc --exclude-list-file <(echo -e 'kitty/wcwidth-std.h\nkitty/glfw.c\nkitty/keys.h\nkitty/charsets.c\nkitty/key_encoding.py\nkitty/rgb.py\nkitty/gl.h\nkitty/gl-wrapper.h\nkitty/gl-wrapper.c\nkitty/khrplatform.h\nkitty/glfw-wrapper.h\nkitty/glfw-wrapper.c\nkitty/emoji.h') kitty
|