Leonard Hecker
Leonard Hecker
> The implementation is working, however since I'm still getting used to writing rust Meanwhile you delivered two of the most outstanding PRs this project has received so far. Don't...
That won't be trivially possible because the `sys::init` function is responsible for making `sys::write_stdout` work, which you need for printing those messages. What we need to do instead is separate...
@DHowett suggested an alternative approach: We could split up `sys::write_stdout` into `sys::write_stdout` and `sys::write_tty`. We would then store the stdout and tty-stdout handles in separate members.
Hi! I've received several PRs for translations since yesterday. As you may have read, a small binary size is an important goal. Long-term this forces me to decide which languages...
Hi! I've received several PRs for translations since yesterday. As you may have read, a small binary size is an important goal. Long-term this forces me to decide which languages...
Coincidentally I'm the primary maintainer of conhost, so I can tell you with full confidence that this is a flaw in conhost. But I'll see if we can work around...
Yep, I also use that a lot. I think this would be really helpful. Regarding the middle dot "·", we can't easily use that due to the legacy console on...
Since the characters would only show up in selections initially, this is thankfully not a big deal, as the color of that is known. We can then use the existing...
FWIW, as a replacement for "·" we can use "∙". I kid you not, that's a different character. Depending on your OS the two may look completely identical. They're these...
> So you are planning to use App Execution Alias for conhost.exe? That was the initial idea, but if it turns out to not work due to some platform limitation,...