parent
cb515157b3
commit
ff1585acfe
5 changed files with 14588 additions and 14587 deletions
|
|
@ -114,6 +114,7 @@ def add_word(w: str, c: int) -> None:
|
|||
word_search_map['bee'] |= word_search_map['honeybee']
|
||||
word_search_map['lambda'] |= word_search_map['lamda']
|
||||
word_search_map['lamda'] |= word_search_map['lambda']
|
||||
word_search_map['diamond'] |= word_search_map['gem']
|
||||
|
||||
|
||||
def parse_range_spec(spec: str) -> Set[int]:
|
||||
|
|
|
|||
29168
kittens/unicode_input/names.h
generated
29168
kittens/unicode_input/names.h
generated
File diff suppressed because one or more lines are too long
2
kitty/emoji.h
generated
2
kitty/emoji.h
generated
|
|
@ -1,4 +1,4 @@
|
|||
// unicode data, built from the unicode standard on: 2020-09-22
|
||||
// unicode data, built from the unicode standard on: 2021-04-02
|
||||
// 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: 2020-09-22
|
||||
// unicode data, built from the unicode standard on: 2021-04-02
|
||||
// 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: 2020-09-22
|
||||
// unicode data, built from the unicode standard on: 2021-04-02
|
||||
// see gen-wcwidth.py
|
||||
#pragma once
|
||||
#include "data-types.h"
|
||||
|
|
|
|||
Loading…
Reference in a new issue