jerch
jerch
@laarmen It seems we first have to identify the problematic layouts, AZERTY seems to be one of them. Our problem is that none of us can dig into that, we...
@laarmen Oh thats weird, Im pretty sure vscode runs exactly the same code for key input unaltered. @Tyriar FYI. Maybe an electron bug not correctly applying OS keyboard layout?
mintty is pretty far ahead, when it comes to font settings and the possibilities to script them from appside. I think no other TE implements SGR 11-19. @christianparpart I have...
Well I think we already have a use case for this - nerdfont. Or any other font with custom glyphs an app would like to load. But dont we need...
Oh sorry, I mixed the TE names - I actually meant mintty, thats the TE which is far ahead in terms of font settings, not mlterm. I think the core...
> I do remember that this was in the bitmap time, right. So you want to say it's not just recommended to implement the exact same VT sequences for doing...
Just tested this with Firefox and Chrome: ```javascript setTimeout(() => navigator.clipboard.writeText('Hello there!'), 1000); ``` which seems to work in both as long as something on the page has the focus....
@jaraco Yes, part of the OSC 52 deal is that it works the way around for remote --> local clipboard mapping. For this it cannot be assumed, that the terminal...
Last time I looked at it the problem was around line/screen refresh pattern used by conpty. The emojis itself came thought but got partially scrambled by wrong offsets of the...
Tbh - I dont know, but lean somewhat more towards no support. Indeed the overhead is not as much as I thought in the beginning, also the code duplication of...