Kovid Goyal

Results 347 comments of Kovid Goyal
trafficstars

This PR prevents kitty from running on macOS with the error: The targeted version of macOS does not support OpenGL 3.0 or 3.1 but might support 3.2 or newer. You...

My guess (and I dont know a lot about the subject) is that you have to load the .SAFESEH section of the dll, otherwise the SafeSeh mechanism will terminate the...

Cool, I will look at this in a while. To start with could you do the follwoing: 1) Resolve the conflicts 2) Make a small unrelated PR that I can...

Comments: 1) At least on my system tmux does report pixels sizes so no need for the workaround. Presumably this was added in more recent tmux versions. 2) Resolve the...

On Sat, Dec 17, 2022 at 04:10:50PM -0800, Sergei Grechanik wrote: > Thanks for the review, I'll try to address all the issues over the weekend. Cool. > > >...

On Sat, Dec 31, 2022 at 04:41:11PM -0800, Sergei Grechanik wrote: > Fixed the issues. Thanks, looking good. > > > When generating the row/column diacritics for python just use...

On Thu, Jan 05, 2023 at 05:30:49AM -0800, Trygve Aaberge wrote: > > This means we have to use RGB colors not 256 colors but I dont think that's a...

Actually it doesnt matter you can use 256 colors as well, it just means your chances of collision with a previously used U number are higher, but that is true...

On Thu, Jan 05, 2023 at 10:48:29AM -0800, Trygve Aaberge wrote: > > The end application doesnt need to generate the colors, only tmux/whatever else is in the middle needs...

In fact for your use case, numbers are strictly better than ids. Since with an id conflict the previous image gets changed. With a number conflict all it means is...