Notepad? Kind of. Newer UI library so it handles display scaling a lot better. Handles different line endings and encodings much better now. Handles the system UI dark mode. The interface supports tabs.
Can you name a few that could explain the 1,000x performance cost?
Also, have you heard the story about the guy who told MS that their terminal was shit and could be fixed, only to be ridiculed by a fleet of "super elite 500k/year engineers" that in the end turned out to be ... wrong?
Tabbed interface
Support for command interpreters other than just CMD
Multiple profiles for different interpreters and settings
Support for a much wider range of console control characters and terminal emulations (ssh'ing into linux boxes works really well)
Way better resizing support
Clickable URL detection
More (and customizable) keyboard shortcuts
Support for background images
Support for transparency
Configurations as easy to transfer JSON files
Copying text is a way better experience
Just a few of the features that I use all the time. I can't stand using cmd.exe anymore, its an absolutely miserable experience in comparison.
O RLY?
Do you have a transparent terminal with a background image? (If so, well ... to each its own :^))
Do you transfer your JSON config files "all the time"?
>Copying text is a way better experience
It literally is Ctrl-C and it's been like that for ages. When did it become a "way better experience"? I missed that.
Modern UX is absolute trash performance-wise. And you're falling into the same pit as the geniuses of the story I mentioned before.
And no, copying text hasn't been Ctrl+c. That sequence sends a sigint to the process, not a copy request. To copy text by default cmd made you enter a mark mode which then had you essentially draw a rectangle and it would then copy as newline characters even when it should have just continued the line. The old copying process of cmd is terrible.