|
|
|
|
|
by alwillis
1363 days ago
|
|
The new generation of terminals are nothing like what you’re describing: GPU acceleration, full color support, font shaping, support for ligatures, built-in support for multiplexing, SSH and more. WezTerm [1] is probably the best example right now but there are others. These aren’t your father’s terminals. [1]: https://wezfurlong.org/wezterm/ |
|
The "lines" and other UI elements you see in those next generation terminals when you run TUI apps like neovim are still simple characters aligned next to each other to look like a line etc.
Stuff like GPU acceleration is only another layer which was put on top of all of that. At the core they're still using the same old technology.