kitty icon indicating copy to clipboard operation
kitty copied to clipboard

Build termcap file

Open Luflosi opened this issue 4 years ago • 2 comments

Since infocmp apparently can't generate a termcap file with all the capabilities, I let kitty do that instead. Do you think that's a good idea?

Note that I have not yet tested the resulting termcap file.

Luflosi avatar Nov 26 '19 15:11 Luflosi

There's no point writing it out to a termcap file, since as far as I know, termcap dbs cant be read from random files. Instead just modify the FAQ entry to recommend doing something like

kitty +runpy "code to generate termcap" >> /etc/termcap

or whatever.

kovidgoyal avatar Nov 26 '19 15:11 kovidgoyal

I just tested this, it doesn't work yet. I'll have to investigate a little more.

Luflosi avatar Dec 08 '19 17:12 Luflosi