Live data from Hacker News

Ask HN: What terminal emulator do you use ?

news.ycombinator.com

31–40 of 86 posts

Re: Ask HN: What terminal emulator do you use ?

#31
post #20

Guake, which provides a Quake like terminal and quick and easy access to a terminal using the F12 key. Plus, it supports anti-aliased fonts and multiple tabs. http://trac.guake-terminal.org/ On my Mac at work I use Visor. http://docs.blacktree.com/visor/visor

+1 for Guake.

Re: Ask HN: What terminal emulator do you use ?

#32
On Windows I use MinTTY -- it is basically perfect on that platform. It's bizarre how ridiculously terrible every other windows tty is: simple shit like text selection, copy-paste, window resizing, fonts, etc. is universally missing.

I only discovered it due to my boss' "install everything" cygwin policy, as it's in their repo and its installer puts a link on your desktop.

PuTTY is bad enough as an SSH client, much less its crap terminal emulation. Whoever at Microsoft that keeps making the decision to ship cmd.exe again needs to be hanged in public square.

Re: Ask HN: What terminal emulator do you use ?

#33

rxvt-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

I'm giving puttycyg a whirl. It uses different key codes than xterm - xterm does not default to VT220 keyboard, but puttycyg does. And both of these are different to rxvt. This primarily affects readline, and thus the bash shell.

For example, xterm sends '\e[H' for Home by default, while puttycyg (and xterm in VT220 mode) sends '\e[1~' and rxvt sends '\e[7~'.

I can configure some overrides in .inputrc, but sooner or later these start to conflict with one another if I want to be able to switch at will. Seems easier to stick to rxvt, and know that my preferences in ~/.Xdefaults also apply on non-Windows boxes.

Re: Ask HN: What terminal emulator do you use ?

#35
konsole. It's so much better than the gnome-terminal (monitor for silence/activity rules!).

Actually, in recent years, it seems like gnome has gotten harder and harder to use for an expert in all aspects...I occasionally have to work on a gnome machine and it's pure hell trying to figure out how to get simple stuff to work.

Of course, perhaps this is their goal in any case: target n00bs and grandmas to increase marketshare. If so, I'm perfectly fine with that =)

Re: Ask HN: What terminal emulator do you use ?

#36

Terminal.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.

I recently switched back to iTerm due to its full screen option, which I use when I want to really concentrate and/or see some really wide output. Back in the Panther/Tiger days it used to crash rather frequently, seems a lot better now; I haven't had it crash in some time. I can tolerate the occasional crash because my sessions are always protected by screen.

Re: Ask HN: What terminal emulator do you use ?

#37

Earlier quoted context omitted.

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.

I used iTerm before Leopard, but it crashed at least once a week, and sometimes it would just forget settings, and it used up an insane amount of resources if you left it open for a few days (and shutting down all my ssh sessions and restarting them is not my idea of a good time, nor is trying to figure out where I put this server or that server in the tab list; I like them to stay at the same position so I don't hav…

> (and shutting down all my ssh sessions and restarting them is not my idea of a good time, nor is trying to figure out where I put this server or that server in the tab list; I like them to stay at the same position so I don't have to consciously think about that).

Try GNU screen or tmux.

Re: Ask HN: What terminal emulator do you use ?

#38
post #36

Earlier quoted context omitted.

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.

I recently switched back to iTerm due to its full screen option, which I use when I want to really concentrate and/or see some really wide output. Back in the Panther/Tiger days it used to crash rather frequently, seems a lot better now; I haven't had it crash in some time. I can tolerate the occasional crash because my sessions are always protected by screen.

You might also try MacTelnet, it has a multi-display full screen mode that can either zoom or resize windows to fit each display.

Re: Ask HN: What terminal emulator do you use ?

#39
post #13

Gnome Terminal because of its text smoothing (and because it adheres to a set of human interface guidelines).

I used to use Gnome-terminal for the same reason, but it doesn't behave great with screen sometimes, and has some other small issues.

I'd recommend mrxvt, a superset of rxvt. It's lighter, has support for tabs, fonts, transparency, etc.

http://code.google.com/p/mrxvt/wiki/Main

Re: Ask HN: What terminal emulator do you use ?

#40
post #26

Rxvt, normally on Cygwin. If I had more use for Unicode in practice, I'd use urxvt on non-Cygwin. Also, 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.

> Ctrl-A ESC notwithstanding.

Huh? The loss of the scrollback buffer sucks... except for that other scrollback buffer?

Post reply on HN