Files
kitty/tools
Kovid Goyal b66a763ddf Use a 3 stage table for Unicode properties
Halves the data size and reduces source code size by 50x
Shows no significant runtime performance effect.
Allows for easily adding more properties to the table in the future
2025-03-25 13:16:59 +05:30
..
2025-03-20 13:35:12 +05:30
2025-01-16 13:21:31 +05:30
2024-11-10 09:03:52 +05:30
2025-02-10 11:46:46 +05:30

This folder contains library and utility code for the various "kittens". Small
terminal programs compiled statically for doing things like kitty remote
control, icat etc. These are often re-implementations of earlier kittens that
were written in Python.