Allowing using the anchored diff from the Go stdlib as the diff implementation

This commit is contained in:
Kovid Goyal
2023-03-23 12:30:56 +05:30
parent 9c188096d0
commit 2ac170c1b1
4 changed files with 321 additions and 31 deletions

View File

@@ -124,7 +124,7 @@ The diff kitten makes use of various features that are :doc:`kitty only
</graphics-protocol>`, the :doc:`extended keyboard protocol
</keyboard-protocol>`, etc. It also leverages terminal program infrastructure
I created for all of kitty's other kittens to reduce the amount of code needed
(the entire implementation is under 2000 lines of code).
(the entire implementation is under 3000 lines of code).
And fundamentally, it's kitty only because I wrote it for myself, and I am
highly unlikely to use any other terminals :)