Kovid Goyal
Kovid Goyal
Yes, but I dont need the extra control for request attention, I do need it for bell. Anyway, I dont really want to argue about it. Since I maintain my...
You dont need to use an escape code to get the size, use the example code from the graphics protocol docs: ```py import array, fcntl, sys, termios buf = array.array('H',...
On Fri, Aug 25, 2023 at 01:26:39AM -0700, ayorgo wrote: > Thanks for the feedback @kovidgoyal. The recipe didn't quite work for me inside a Docker container sadly. It manages...
Well, the correct solution is of course, to get docker to fill in the winsize struct properly in their pseudo terminal implementation. Then you wont have to jump through these...
Yes, much slower. Escape code means the kernel has to send the escape code from your program to the terminal over a tty device, the terminal has to parse it...
Youa re probably running the outdated bash provided by apple: https://github.com/kovidgoyal/kitty/issues/6926
Here I attach a modified style.py that automatically dumps all builtin pygments styles as go sourcecode. ```py import importlib import importlib.resources import pystache from pygments.style import Style from pygments.token import...
Given that all platforms other than X11 have a way to get the system double click time, the correct way to do this is to use that time on all...
Use echo asdf | kitty +kitten clipboard instead, when running inside kitty. There is no need to use WM specific tools for copying to clipboard.
Please fill in the metadata in the theme .conf files as per the templates, the metadata in the .json file is auto-generated from those.