Ask HN: What terminal emulator do you use ?
21–30 of 86 posts
Re: Ask HN: What terminal emulator do you use ?
#22Re: Ask HN: What terminal emulator do you use ?
#23Re: Ask HN: What terminal emulator do you use ?
#24rxvt-unicode with its Perl API [1] and rather amazing list of Perl extensions [2] on Linux OSes, puttycyg on Cygwin. (I recommend puttycyg if you've been using rxvt on Cygwin. Being able to type Unicode characters is an amazingly exhilarating experience, especially if you're lonely.) [1]: http://pod.tst.eu/http://cvs.schmorp.de/rxvt-unicode/src/urx... [2]: http://software.schmorp.de/pkg/rxvt-unicode.html
rxvt-unicode also has some of the best (most accurate, most complete) terminal emulation out there, second only to xterm. Daemon mode is also a neat trick if you're running on a limited-memory system.
Re: Ask HN: What terminal emulator do you use ?
#25Terminal.app as of OS X 10.5 is my favorite terminal. I like to use rxvt under Cygwin.
Try out iTerm sometime. Much, much faster and lighter than Terminal.app. I switched to iTerm when Terminal.app crashed while compiling Haiku ... twice. The problem, I believe, was the large amount of compiler output.
Re: Ask HN: What terminal emulator do you use ?
#26Also, when ssh into remote boxes, I often use screen, which effectively ends up being a pretty crappy terminal - major failure mode is loss of scrollback buffer, Ctrl-A ESC notwithstanding.
Re: Ask HN: What terminal emulator do you use ?
#27Xterm.
(It has antialiased fonts, too.)
Re: Ask HN: What terminal emulator do you use ?
#28On the Mac, I use MacTelnet, even as a local terminal. It has an almost ridiculous number of features (compared to Terminal.app or iTerm, anyway), and is very configurable. The main problems are that it is mainly vt100/partial-xterm, and is a beta. On Linux or Solaris, I use "aterm". It works as well as xterm or rxvt. But it has a lot of nice interface tweaks, such as NeXT-style scrollbars, pseudo-transparency, more…
Since making the move, though, I've grown to love rxvt-unicode's daemon mode and discovered that pseudo-transparency works better than it did on aterm. I mention my reasons for choosing rxvt-unicode over other terminal emulators here:
Re: Ask HN: What terminal emulator do you use ?
#29Earlier quoted context omitted.
rxvt-unicode also has some of the best (most accurate, most complete) terminal emulation out there, second only to xterm. Daemon mode is also a neat trick if you're running on a limited-memory system.
I love the daemon (aka "client/server") operation of rxvt-unicode, and the fact that with all its capabilities it's still smaller than xterm.
I prefer to name it psycho mode.
Re: Ask HN: What terminal emulator do you use ?
#30Terminal.app as of OS X 10.5 is my favorite terminal. I like to use rxvt under Cygwin.
Try out iTerm sometime. Much, much faster and lighter than Terminal.app. I switched to iTerm when Terminal.app crashed while compiling Haiku ... twice. The problem, I believe, was the large amount of compiler output.