Kovid Goyal
Kovid Goyal
It would be nice to have a keybinding for "clear history" in the active chat.
Floating images via [role=left] does not work in the github rendered version of asciidoc. See for example: https://github.com/kovidgoyal/kitty/blob/c8fc0394e3cca8f659d8833aab8bb25762865be9/README.asciidoc That document when redered using asciidoctor has a floating image, as expected,...
``` echo '@page { margin-bottom: 0 }' | csslint /dev/stdin csslint: There is 1 problem in /dev/stdin. stdin 1: error at line undefined, col undefined Fatal error, cannot continue: Cannot...
Various builtin pygments styles are missing, for example default and stata. I can of course generate them for my own application using style.py, but I would rather avoid having to...
Exposes the platform specific Bell/Beep API to make the default system beep sound.
Hi all, I've spent the last few months working on and off on a new escape code parser for kitty, that uses vector CPU instructions (AVX2 or SSE 4.2 or...
Hi, I am the developer of a new terminal emulator, https://github.com/kovidgoyal/kitty and I am considering adding graphics rendering capabilities to it. To that end, I have posted some thoughts here...
A few days ago sending messages in secret chats is not working. The other party does not receive the messages, they remain unread. They do receive typing notifications however. I...
Currently the regex is `(--?\S+)` this will incorrectly match words like `if-available`. Changing it to `\s+(--?\S+)` will prevent that. Although the ideal solution is to of course iterate over all...
It's not clear from the documentation how to linearise an image in an unknown color space. Given that I have gotten the ICCProfile struct from the metadata. How do I...