Kovid Goyal
Kovid Goyal
In principle, yes.
Dont worry about the awkwardness of your OpenGL code -- OpenGL is a pain to use. I will help you clean up your code after you have something working. As...
Use a uniform to pass values from C to the shader. See glUniform
prepare_to_render() updates all the window global state and checks if the window needs to be rendered (i.e. if anything has changed since the last time it was rendered). render_os_window() actually...
On Thu, Apr 09, 2020 at 03:41:14AM -0700, Luflosi wrote: > Where is `screen_resize()` from `kitty/screen.c` called? If I search for it, that's the only occurrence in the entire source...
Sorry not something I am interested in, I prefer to use wide screen to tile terminals rather than tab bars, but patches are welcome.
I dont follow the need for this. kitty already doesnt send anything in response to done events.
On Thu, Aug 11, 2022 at 06:52:57PM -0700, Weng Xuetian wrote: > > I dont follow the need for this. kitty already doesnt send anything in response to done events....
> > On Thu, Aug 11, 2022 at 06:52:57PM -0700, Weng Xuetian wrote: > I dont follow the need for this. kitty already doesnt send anything in response to done...
Ok I'll take a look at this a little later, thanks.