Kovid Goyal
Kovid Goyal
On Sun, Apr 26, 2020 at 09:38:41PM -0700, Guanzhong Chen wrote: > My personal use case for this is with #2590 to show transparent console block art in the background,...
Not something I care about, but patches are most welcome. Relevant code is all in kittens/diff
while I have no objection to implementing dragging from outside margins (inside margins will probably someday be used to resize windows via dragging), have you considered simply, not hiding the...
maybe I am misremembering, or maybe there was a setting for hiding the buttons, but then Apple broke it and it was removed.
@Luflosi that check cannot be moved up, since glad requires a current OpenGL context to load. As for the actual issue, it *might* be possible to support OpenGL ES 3,...
Sure you can. You can set env vars in .desktop files, or alternately make a launcher script that sets the env var and then runs kitty
y adjustment should happen to the underline position as well, and the strikethrough position. But really, the question is why is this necessary at all. And can it be automated....
You will need to add it to control_codes in keys.py. I am guessing OP wants it to generate the same code as ctrl+6, so add it next to line 130
yes, like that
Oh and I think you also to to regenerate the key tables after making that change.