Kovid Goyal

Results 350 comments of Kovid Goyal
trafficstars

In kitty the background color is made transparent if it is the same as the terminals background color. In alacritty, the background color is made transparent only if there is...

Change the background color of either the theme or kitty by 1 so they dont match.

Just FYI there is an extra 0 in those sequences, see XTWINOPS here: https://fossies.org/linux/xterm/ctlseqs.txt#l_1440 I am guessing xterm and gnome-terminal ignore the extra 0

I am happy to see this, please don't hesitate to ping me if you have any questions.

I do have unit tests in kitty itself, for individual bits of functionality from the protocol, but I doubt they can be easily lifted for another terminal emulator. If you...

@dankamongmen regarding using heuristics for detection, because you dont have a version. You shouldnt need a version. You can create a dummy image and try to perform every operation you...

The documentations states that placement id is ignored when id=0. Therefore there can be multiple images with id=0 regardless of placement id. I have clarified the docs to that effect....

Some comments: 1) In the docs for the option mention that the default is to use the value from the input document, if present. 2) You need to add the...

There's a whole bunch of other amazon plugins you should make similar changes to. See the parse_language() function in sources/amazon.py Also I thing the language field should contain cacnonicalized langauge...

You should not need to maintain your own mapping of german to english language names, it should be there already, see langnames_to_langcodes() in localization.py Unless of course, libri.de uses different...