Leonard Hecker

Results 680 comments of Leonard Hecker

No, we don't have one, since the delimiters are traditionally considered a property of the terminal/console and not of any application running within it. Applications that need customized input handling...

I've just restarted the PR with a rebase and a much more correct and simpler approach around the new `ConptyReleasePseudoConsole` API method. It now works correctly under all circumstances and...

`_RefreshKeyBindingCaches()` is not the most important thing that needs to be reloaded when the keyboard layout changes. The `KeyChord` instances need to be refreshed, as they translate scan-codes to vkeys...

We could make this work by removing ConPTY's `\Reference` handle from the `ConsoleProcessList` after starting OpenConsole, if OpenConsole was started as part of a handoff. BTW if you're using `FreeConsole`...

> wait these never worked in dev builds did they This is my dev build from an older commit on main: ![image](https://user-images.githubusercontent.com/2256941/200092839-94a14f90-d773-447b-a5f3-95ef206449d2.png)

This appears to be a duplicate of #8158. Would you agree with that?

Wouldn't it be funny if it used the `User-Agent` header to detect the client platform like so many websites do it? We send `Terminal/0.0`.

> - @textshell's alternative proposals in https://gitlab.freedesktop.org/terminal-wg/specifications/-/issues/18#note_329814 > - Implementing [synchronized updates](https://gitlab.com/gnachman/iterm2/wikis/synchronized-updates-spec) and never update screen reader content during a sync update Let's say I implement autocompletion for my shell...

> @lhecker a diff like that wouldn't make sense, the changed range is `R` to `.exe`, so you would read out `Robocopy.exe`. Right, that addresses the latter example. What about...

I know we need `ThemePair` to be class, because that's how it works, but... I don't like it. It's a whole object for two members, something that is basically a...