mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-04 14:46:03 +00:00
update wcswidth go version to match unicode 15 update in master
This commit is contained in:
parent
8f5302a650
commit
6b04c42730
5 changed files with 85 additions and 49 deletions
2
kittens/unicode_input/names.h
generated
2
kittens/unicode_input/names.h
generated
|
|
@ -1,4 +1,4 @@
|
|||
// unicode data, built from the unicode standard on: 2022-09-29
|
||||
// unicode data, built from the unicode standard on: 2022-09-30
|
||||
// see gen-wcwidth.py
|
||||
#pragma once
|
||||
#include "data-types.h"
|
||||
|
|
|
|||
2
kitty/emoji.h
generated
2
kitty/emoji.h
generated
|
|
@ -1,4 +1,4 @@
|
|||
// unicode data, built from the unicode standard on: 2022-09-29
|
||||
// unicode data, built from the unicode standard on: 2022-09-30
|
||||
// see gen-wcwidth.py
|
||||
#pragma once
|
||||
#include "data-types.h"
|
||||
|
|
|
|||
2
kitty/unicode-data.c
generated
2
kitty/unicode-data.c
generated
|
|
@ -1,4 +1,4 @@
|
|||
// unicode data, built from the unicode standard on: 2022-09-29
|
||||
// unicode data, built from the unicode standard on: 2022-09-30
|
||||
// see gen-wcwidth.py
|
||||
#include "data-types.h"
|
||||
|
||||
|
|
|
|||
2
kitty/wcwidth-std.h
generated
2
kitty/wcwidth-std.h
generated
|
|
@ -1,4 +1,4 @@
|
|||
// unicode data, built from the unicode standard on: 2022-09-29
|
||||
// unicode data, built from the unicode standard on: 2022-09-30
|
||||
// see gen-wcwidth.py
|
||||
#pragma once
|
||||
#include "data-types.h"
|
||||
|
|
|
|||
126
tools/wcswidth/std.go
generated
126
tools/wcswidth/std.go
generated
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue