I like KiTTY on Windows. If you want it to be more visually appealing than PuTTY, I found this repository helpful: https://github.com/yograf/kitty-solarized Clone it/download the .zip and replace the kitty.exe with a recent one
Different Kitty? This one is Linux/macOS only.
Kitty – a fast, featureful, GPU based terminal emulator
61–70 of 323 posts
Re: Kitty – a fast, featureful, GPU based terminal emulator
#62Re: Kitty – a fast, featureful, GPU based terminal emulator
#63I love this seemingly new tendency of re-building the most basic things with much better design choices than originally made in 90-s (or 70-s) — it's sometimes baffling how people are ok with using weird unintuitive tools all day every day, because it's always been this way and after spending a couple months on it everyone gets used to it. I mean, I love how user friendly (meaning configuration and all) kitty is out…
https://sw.kovidgoyal.net/kitty/faq.html#using-a-color-theme...
Re: Kitty – a fast, featureful, GPU based terminal emulator
#64Re: Kitty – a fast, featureful, GPU based terminal emulator
#65This doesn't work on half of Nvidia-powered laptops: https://github.com/kovidgoyal/kitty/issues/456
Closed and locked with: > I'm widely known for my extreme stupidity. Loving the zero given approach from the maintainer. Installing now.
Re: Kitty – a fast, featureful, GPU based terminal emulator
#66How does this compare to alacritty?
I've switched to kitty and am much happier.
Re: Kitty – a fast, featureful, GPU based terminal emulator
#67This is somewhat of an aside, but the fastest terminal emulator I've ever used is rxvt-unicode. I don't even know if it utilizes the GPU (doubt it), but damn is it snappy. Try it out if you're on GNU / Linux.
Re: Kitty – a fast, featureful, GPU based terminal emulator
#68It even looks like he has his own pre-jquery compliance library written about 18 years ago: https://kovidgoyal.net/scripts/VisualDocumentAPI.js
Re: Kitty – a fast, featureful, GPU based terminal emulator
#69I was surprised that kitty became 'GPU based'. Then I realized it's an entirely different tool than the kitty fork of putty. I do wish creators of these tools would search for existing names to see if they are already in use. I would not mind if they were tools with sufficiently different purpose. But this just confuses users (and potential users) of either one.
Re: Kitty – a fast, featureful, GPU based terminal emulator
#70Earlier quoted context omitted.
It is useful for backwards execution. This is supported in various ways by Simics, gdb, SID simulator, rr, the Moxielogic emulator, and others. It is useful for virtual machine snapshots. You can restore the virtual machine with the terminal state intact.
Am I missing something? VM snapshots also save memory, any terminal will be intact after this?
It isn't true if the VM is communicating over an emulated serial port. In that case, the VM software must provide a terminal as hardware. Typically the VM software only provides a serial port to the VM, which the user will then associate with something else via the VM configuration. This fails when loading a snapshot because the terminal isn't part of the snapshot.
For example, suppose that the VM is a PC-AT running DR-DOS and a BBS. (from the pre-internet days, with a modem for users to dial in on) At minimum, the VM software must provide a serial port for the VM. You could configure this to connect with a real physical modem and then connect to that with another modem and some dial-up software, but then you'd have a problem with snapshots. Loading a snapshot would place the BBS in a state that is inconsistent with the dial-up software. What you really need is for the terminal emulator to be part of the hardware that the VM is emulating. It would then be properly snapshotted.