diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..5830988 --- /dev/null +++ b/Makefile @@ -0,0 +1,5 @@ +all: + wget -O - https://github.com/kovidgoyal/kitty/raw/master/terminfo/x/xterm-kitty > x/xterm-kitty + cp -f /lib/terminfo/r/rxvt-unicode r/rxvt-unicode + cp -f /lib/terminfo/r/rxvt-unicode-256color r/rxvt-unicode-256color + diff --git a/c/contour b/c/contour index f6d7504..c09e985 100644 Binary files a/c/contour and b/c/contour differ diff --git a/r/rxvt-unicode b/r/rxvt-unicode index 12c2aef..9b54df4 100644 Binary files a/r/rxvt-unicode and b/r/rxvt-unicode differ diff --git a/r/rxvt-unicode-256color b/r/rxvt-unicode-256color new file mode 100644 index 0000000..1979f7e Binary files /dev/null and b/r/rxvt-unicode-256color differ diff --git a/x/xterm-kitty b/x/xterm-kitty index c7e386b..d8eaab6 100644 Binary files a/x/xterm-kitty and b/x/xterm-kitty differ