Live data from Hacker News

Typing inside of the default WSL terminal feels amazing (2018)

github.com

11–20 of 123 posts

Re: Typing inside of the default WSL terminal feels amazing (2018)

#11
> Of course this also means that we have trade offs. We don't support fully international text like pretty much every other application will. RTL? No go zone right now. Surrogate pairs and emoji? We're getting there but not there yet. Indic scripts? Nope.

You could say that a longer version of that answer is "Text Rendering Hates You": https://gankra.github.io/blah/text-hates-you/

Re: Typing inside of the default WSL terminal feels amazing (2018)

#12
post #2

How I wish that I could use the new terminal app on the windows 10 build that is installed on my work Laptop.

is it because it's distributed through the store or because you're on a too old version of Windows? In the first case, you could probably build it yourself and install it on your own

EDIT: you can download built packages from the Releases tab https://github.com/microsoft/terminal/releases

Re: Typing inside of the default WSL terminal feels amazing (2018)

#13
post #8
post #2

How I wish that I could use the new terminal app on the windows 10 build that is installed on my work Laptop.

what is good about this app?

It's faster and works better than old conhost.exe

they're also planning to overhaul it with more modern features judging from its trailer[0] (yes, this terminal has a fancy 3D trailer)

[0]: https://www.youtube.com/watch?v=8gw0rXPMMPE

Re: Typing inside of the default WSL terminal feels amazing (2018)

#16
post #9

The surprising thing here is that this is the Ubuntu terminal. Indeed, each keystroke goes through the input driver, to USER32, through the console code, to the terminal process in question. But then it goes through a virtual input device, across the VM boundary (which, on Windows is a VM exit plus an entry), through the Linux input driver, into dash (or whatever Ubuntu uses these days), and then all the way back out…

Note that this content is one year old. At that point, WSL was not a virtual machine, it was Linux syscall emulation in the NT kernel.

Re: Typing inside of the default WSL terminal feels amazing (2018)

#17
post #13
post #8

Earlier quoted context omitted.

what is good about this app?

It's faster and works better than old conhost.exe they're also planning to overhaul it with more modern features judging from its trailer[0] (yes, this terminal has a fancy 3D trailer) [0]: https://www.youtube.com/watch?v=8gw0rXPMMPE

The real app look nothing like this clip. Really awful, that I have go back to Cmder

Re: Typing inside of the default WSL terminal feels amazing (2018)

#20
post #6

Earlier quoted context omitted.

I just did. It works fine. How long should I let it run?

this one https://github.com/microsoft/terminal 30 seconds or so

This is about the classic conhost, not the new Windows Terminal.
Post reply on HN