Kovid Goyal
Kovid Goyal
On Thu, Jan 05, 2023 at 09:50:24PM -0800, Sergei Grechanik wrote: > > Maybe instead let U=. This number should be set as fg > color in the unicode cells....
On Sat, Jan 07, 2023 at 09:51:57PM -0800, Sergei Grechanik wrote: > > Another option is to use a third combining character since kitty now supports three, that will easily...
On Sun, Jan 08, 2023 at 03:22:14AM -0800, Trygve Aaberge wrote: > > You can still do that with icat, though you would have to create a temporary pty pair...
OK post the icat python diff and I will take care of porting it to Go.
I have merged and ported the icat changes. I dont use tmux so I leave testing that to those who do. Basic icat of a simple PNG file worked for...
I'm afraid I am not willing to add a dependency on xdotool for this. It should be perfectly possible to implement it using xprop. Figure out what properties xdotool is...
Then make the dependency optional. Or better implement it in the glfw x11 backend and use that. It is on my TODO list to get rid of the dependency on...
No, this PR is fine.
I just committed code to drop xprop from the panel kitten. You can use it as a template.
Probably because the window has to be mapped before you can change its attributes. Just a guess, it's been a while since I worked with Xlib.