Per Bothner

Results 324 comments of Per Bothner

Cool - though I have no experience with Blazor. You might consider using the `dev` branch of GoldenLayout - it has various advantages. (Though like the rest of GoldenLayout, it...

FWIW, I wrote [jsMenus](https://github.com/PerBothner/jsMenus), a small portable pure-JavaScript library (based on Sam Wray's [nwjs-menu-browser](https://github.com/2xAA/nwjs-menu-browser) library). I use it in [DomTerm](https://DomTerm.org), except on platforms that have their own Menu API (Electron...

I agree putting the cursor on the row containing the bottom sixel row makes more sense, and I can certainly change it if that the consensus. I prefer to match...

Have you tested recent versions of [xterm](https://invisible-island.net/xterm/)? I think it is desirable to be compatible with xterm. It may be a good idea to contact Thomas E. Dickey, the maintainer...

@j4james I don't believe there is a "standard version" of Sixel. That is part of the problem: Different implementations act differently. Is "standard Sixel" whatever DEC implemented in their terminals?...

I have the same problem: I create a media query: ``` dark_query = window.matchMedia('(prefers-color-scheme: dark)'); ``` and set a listener: ``` dark_query.addEventListener('change', (e) => { ... e.matches ... }) ```...

Works great. (Hover-on-mouse also works good now, but I assume you've been able to test that.) Thanks!

Idon't have a discord account and not sure I want to create one. Any way you can summarize or send me the text?

Not seeing that. The border follows my finger until I raise it. I'll be mostly busy until tomorrow evening.

Since it works smoothly on my laptopn (a newer Lenovo running Fedora/Gnome), I would suspect a problem with the hardware or device driver. I might be able to test it...