Kovid Goyal

Results 343 comments of Kovid Goyal
trafficstars

On Sat, Feb 19, 2022 at 07:19:36AM -0800, Fabian Homborg wrote: > No, what I'm saying is that we don't want to use DECSET *without checking*. Send a DECQRM followed...

On Sat, Feb 19, 2022 at 04:43:58PM -0800, Matt Fellenz wrote: > Is it unreasonable to expect terminals to swallow escape sequences they don't understand, rather than printing junk? Nope...

On Sat, Feb 19, 2022 at 02:29:43PM -0800, Fabian Homborg wrote: > > Send a DECQRM followed immediately by a carriage return > > I have explained this to you...

vise existed as a QtWebEngine based browser before qutebrowser decided to try porting to QWebEngine. And note that vise is really a personal project, I have never released it to...

Well, at the time I created vise, these were my main motivations: 1) Be based on modern chromium, multi-process engine 2) Be scriptable in python and/or a python like langauge...

Sure its possible, run kitty +kitten show_key -m kitty press alt+0 and alt+shift+0 you will see different events being sent. You do need to use the full keyboard protocol though,...

Interesting. Sadly I am super busy at the moment so I dont have the time to review this as it deserves. I will get to it when I can.

On Fri, Aug 26, 2022 at 07:45:00AM -0700, Martin Wernstål wrote: > * Maybe there are some better/more efficient ways to provide the LUT-data to the GPU. Regarding this point,...

> @kovidgoyal Would it be suitable to pre-compute the font gamma adjustment to the rendered alpha channel in `render_alpha_mask` in `fonts.c`? This way we can avoid having to re-compute the...

Just updating to say this is on my radar, I will get to it.