←back to thread

Ubuntu on Windows

(blog.dustinkirkland.com)
2049 points bpierre | 2 comments | | HN request time: 0.001s | source
Show context
homulilly ◴[] No.11393340[source]
Is this still going to be using the absolutely dreadfull conhost? Because that's the biggest shortcoming windows currently has with its interactive command line tools, cmd.exe and powershell are both usable, not great (okay, pretty bad honestly, but usable) when you don't consider the shitty terminal they force you into using.
replies(3): >>11393362 #>>11393483 #>>11417401 #
1. sveiss ◴[] No.11393483[source]
Hopefully they'll include emulation for ptys, which will make it very easy for you to run your terminal emulator of choice instead of relying on on conhost.

If they're smart, they'll allow a Linux ABI exe to sit on one end of a pty, and Win32/UWP exe on the other, so people can use a native Windows terminal emulator instead of needing Xming or similar.

replies(1): >>11417412 #
2. JdeBP ◴[] No.11417412[source]
See https://news.ycombinator.com/item?id=11415843 .