Slashdot Mirror


Decent Terminal Emulation on Mac OS X?

Drawoc Suomynona asks: "After settling into Mac OS X over the last four months, I'm generally impressed. However, due to the sort of development work I do, I spend a great deal of my time in a terminal. Unfortunately for me, decent terminal emulation seems to be one area where Mac OS X is quite lacking. What's your answer to the state of terminal emulation on the Mac?" Drawoc summarizes the currently available offerings and their drawbacks, below.

"Take, for instance, the following options:

  • Apple's Terminal is slow (though performance has been better in 10.2.x), doesn't support xterm mousing, and for some reason refuses to send PgUp/PgDn through to any applications running in the terminal (gah!). Sure, transparency is nice, and with some hacking about (when was the last time you had to force "stty erase"?) you can get decent enough color xterm emulation, but... what's with the lack of PgUp/PgDn?
  • The open source iTerm is slightly better, but, it's awfully slow (it grabs as much as 30% of the CPU per terminal instance... now imagine a full-screen vim session at 1600x1200... it's utterly unusable). It also neglects to support xterm mouse reporting.
  • The closed source GLTerm ($10) is probably the best of the three "native" options, from a certain perspective. It manages to sidestep the CPU usage/UI responsiveness issue by rendering the entire terminal using OpenGL (yes, the characters are actually textures on GL primatives). It supports xterm mouse reporting. However, font choices are limited, it works only on supported video cards, and it has a very annoying "fuzzy text bug" if you set your terminal to the wrong size.
  • Finally, you've got xterm :) But, it means you need to run X11 (either XDarwin or Apple's X11) and it doesn't integrate as nicely into the OS X workflow..."
So, is there a secret terminal port from NeXTSTEP lurking in the pocket of some intrepid young hacker, who is, as I write this, poised to lead us to salvation?"

115 comments

  1. Gnome term? by m0rph3us0 · · Score: 3, Interesting

    Does Gnome term compile with the OS X version of GTK? I was thinking that might be your best route.

    1. Re:Gnome term? by Phil+Ulrich · · Score: 1

      You know, it really doesn't - at least, not the fink version. I tried the other day and it died in the middle of compiling some gnome lib. I forget which, unfortunately.

      --
      Prepare to be burninated!
    2. Re:Gnome term? by Delphiki · · Score: 1

      Is Gnome term really a good solution? While I'm all about Gnome, gnome-terminal isn't the best in my opinion. It is in my experience not especially fast and a bit of a memory hog. How about Eterm? That seems like it would be a better fit, though I don't know if it is available. Maybe when Gentoo gets ported to OS X some ports for quality terminals will become available.

      --

      Feel free to mod me "-1 - Angry Jerk".

    3. Re:Gnome term? by andfarm · · Score: 2, Informative

      It does -- in fact, the Fink project has it precompiled for you -- but it's really quite slow and suffers from the same workflow diconnectedness as xterm. Stick to xterm if you like OS X X11.

      --

      TANSTAAFI: There Ain't No Such Thing As A Free iPod.

    4. Re:Gnome term? by michaelggreer · · Score: 2, Informative

      I think he meant the native Aqua gtk. I am pretty sure nothing gnome is compiling with this yet. Also, it is only gtk 1.2.x, so no tabbed gnome terminal.

    5. Re:Gnome term? by Arandir · · Score: 1

      How about Eterm?

      The point of Gnome term is that you don't need X11, only GTK+ which has a native non-X11 Aqua version. With eterm you're back using X11 again.

      --
      A Government Is a Body of People, Usually Notably Ungoverned
  2. Fink by qlippoth · · Score: 5, Informative

    Fink has a handful of terminals ported to OSX. You've still got the issue of having to run X11 though.

    http://fink.sourceforge.net/pdb/section.php/x11

    --
    Mmmm, -funroll-loops
  3. How about... by alph0ns3 · · Score: 0, Funny

    Installing Linux :D

    Well, really, if a unix can't do proper terminal emulation, it shouldn't be called a unix :D

    1. Re:How about... by Anonymous Coward · · Score: 1, Funny

      bet you didn't expect that moderation, eh?

      it's a new world here at /.

  4. you could use Rxvt by goombah99 · · Score: 4, Informative
    fink install rxvt

    rxvt 2.7.8-2 VT102 emulator for X11
    rxvt-ml 2.7.8-2 VT102 emulator for X11 with multi-language support
    this too is X windows unfortunately.

    personally I actually like apples terminal with one scarey exception: it runs in a single process so if the terminal app crashes you lose ALL of your terminals! yikes.

    --
    Some drink at the fountain of knowledge. Others just gargle.
    1. Re:you could use Rxvt by bobthemonkey13 · · Score: 5, Informative

      Look into a UNIX utility called screen. I'm not sure if it's included in OS X, but I use it all the time on Debian and OpenBSD and it's wonderful. You can detatch and reattach sessions, so if Terminal crashes, you can just open another one and run screen -R to pick up where you were. It also supports creating multiple windows in the same terminal, and a whole ton of other features that I haven't even tried yet. I've even used it to start a process locally, then ssh in later and automagiclly take control of the process. It should compile without problems on OS X; there might even be binaries available.

    2. Re:you could use Rxvt by Anonymous Coward · · Score: 0

      screen works great on osx. never thought of using it that way. cute but a bit of kludge though just for crash protection

    3. Re:you could use Rxvt by Otter · · Score: 1
      Look into a UNIX utility called screen. I'm not sure if it's included in OS X...

      It is.

      Regarding the grandparent post: I use rxvt too, but the questioner's objections to xterm apply equally to its lighter-weight, prettier cousin.

    4. Re:you could use Rxvt by Mikey-San · · Score: 3, Informative

      As a matter of fact, Apple included screen in 10.2

      I'd say it was an awesome move. I SSH into a box at work to attach to a screened BitchX session. Can't beat it with a stick.

      --
      Mikey-San
      Karma: +Eleventy billion (mostly affected by watching Celebrity Jeopardy)
    5. Re:you could use Rxvt by Anonymous Coward · · Score: 1, Informative

      Regarding Terminal crashing and loosing other Terminal windows:

      You can run multiple instances of most OS X apps -- its Unix(like) after all. It's just the Finder, a totally optional application, that prevents it. From your first terminal, enter

      % /Applications/Utilities/Terminal.app/Contents/MacO S/Terminal &

      If you like it, soft link Terminal to /usr/local.

      Eric

    6. Re:you could use Rxvt by bedouin · · Score: 1

      I SSH into a box at work to attach to a screened BitchX session.

      Or you could just use /detach from BX, and then scr-bx from your shell to resume it without loading screen.

    7. Re:you could use Rxvt by Anonymous Coward · · Score: 0

      Screen does work, but it kills the terminal's scrollback buffer. Since I have a GUI and can open more than one terminal window, the buffer is more important to me than screen. If screen could be fixed so that each screen would maintain its own buffer then screen would be great.

  5. iTerm by brianosaurus · · Score: 3, Informative

    I've been using iTerm lately. The version in CVS seems to fix some of the performance issues, though occasionally it gets screwed up and starts using as much CPU as possible. When I notice that, I start closing remote shells until it gives up the CPU. Its pretty annoying.

    Unfortunately, the tabbed interface iTerm has is so compelling to me that I can't switch back to the stock Terminal.app.

    I agree with the original poster about X. Running Gnome term or any other X-based terminals isn't great, since X doesn't quite integrate seamlessly with Aqua.

    For now I'm sticking with iTerm and checking CVS every so often. Maybe I'll even think about looking at the code.

    --
    blog
    1. Re:iTerm by TomorrowPlusX · · Score: 3, Interesting

      You know, when I came over to mac from linux/kde about 6 months ago, the first thing I did was install iTerm so I could have the tabbed terminal interface I had under KDE.

      But, then I discovered cmd-~ will switch between windows; particularly at the time I was debugging an IPC implementation I was working on and as such needed to view two terminal outputs simultaneously -- I discovered that apple's stock terminal works great, for me at least.

      Frankly, who needs tabs when you can command-tilde to switch, and command-m to minimize unneeded windows?

      I would never have believed it but the mac snobs are right: tabs actually *are* a stopgap for an inadequate window management paradigm.

      Learn to love cmd-~

      --

      lorem ipsum, dolor sit amet
  6. Apple X11 xterm + pbcopy/pbpaste uber alles by Anonymous Coward · · Score: 0

    title says it all

  7. rxvt by eibhear · · Score: 3, Informative

    As a heavy user of cygwin on a slow desktop PC, I was delighted to see that someone had ported rxvt to that environment. It gives quite a lot of the top-class features of xterm, and little of the unnecessary bells, whistles and complete brass, woodwind and percussion sections that come with xterm.
    However, for your purposes, it can also be installed and used without X11, as in the case of the cygwin environment.
    What's best about rxvt is it supports what you describe as "xterm mousing". This feature alone is why I always stuck with xterm until I discovered rxvt. That rxvt has it is why I won't use any other terminal emulator for a long time into the future.

    Mind you, none of this is useful if rxvt hasn't been ported to Mac OS X, but it certainly is worth checking to see if it is.

    Ãibhear

  8. NEXTSTEP terminal.app by macmurph · · Score: 4, Interesting

    Here's a screen shot of the NEXTSTEP Terminal.app

    http://www.levenez.com/NeXTSTEP/Terminal.jpg

    1. Re:NEXTSTEP terminal.app by Anonymous Coward · · Score: 0

      Are they always in that weird language? ;-)

  9. Eterm by Cecil · · Score: 3, Informative

    If you're a fan of Eterm (I am), you have two options available to you:



    • Pick up an older, but pre-ported copy (this one is version 8.10.0)
    • Grab the CVS sources for the latest Eterm and build it yourself. This is not easy, but it is possible.


    Having the latest Eterm running under Apple's X11 is nice, though I still haven't been able to get it to link with imlib2 successfully (note: I am incompetent at this stuff, YMMV) The only porting really required is to change the typedef for socklen_t to int, or include the appropriate header file (sys/socket.h?). Either works.

    Good luck.
  10. ANSI color customization by Onan · · Score: 3, Interesting

    iTerm has given me the one thing that I've found seriously lacking in Terminal.app: configuration of what colors are used to display ANSI "colors". No more screaming yellow or illegible dark blue for me, thanks.

    Unfortunately, iTerm does have a few limitations and bugs:

    - while the xterm-experienced will like PgUp/PgDown going straight through, and using shift for local scrolling, I'd really like to see this togglable.

    - no Home/End functionality, with our without shift.

    - no local Find.

    - it "helpfully" doesn't include whitespace when copying out of its windows. Actually, I did want that linefeed, thanks.

    - periodically decides it wants to just sit and suck all my cpu until I kill it.

    - font settings don't stick between launches.

    I've also found that Terminal.app's split-window function is surprisingly useful. And unique, in my experience.

    1. Re:ANSI color customization by gklinger · · Score: 1

      Terminal.app's split-window function? I've never seen that function in Terminal. Could you elaborate.

    2. Re:ANSI color customization by megabulk3000 · · Score: 3, Informative

      click the little widget on the right hand side, just above the scrollbar and below the title bar, and voila.

    3. Re:ANSI color customization by gklinger · · Score: 1

      Ah. I operate without a scrollback buffer so I don't get the scrollbar ergo I don't get the little widget. I just tried it and it split the screen but the behaviour was very odd. It doesn't appear to be two seperate terminal windows but a way to view things that have already scrolled off the screen. Strange. At any rate, Terminal.app still isn't the greatest but for now, it's the one I like most. I just wish Apple would improve the speed and add some tabs. That would be just great.

    4. Re:ANSI color customization by entrox · · Score: 1

      You don't really need tabs: there's a nice keybinding for switching between terminals. Try cmd-left and cmd-right to go the previous/next terminal window. I was delighted when I found that one out :)

      --
      -- The plural of 'anecdote' is not 'data'.
    5. Re:ANSI color customization by TomorrowPlusX · · Score: 1

      Or command-~, like *all* mac os x apps, it will switch between windows.

      Why have a differnet keybinding for the same logical action?

      --

      lorem ipsum, dolor sit amet
    6. Re:ANSI color customization by gklinger · · Score: 1

      I use an iBook so screen real estate and memory are at a premium. I would prfer to have a single window with tabs rather than multiple windows. I had never seen tabs in action until Apple added them to Safari and now I can't live without them. What I like best is that you can see what's open in each tab without having to look to the Window menu. Screen is great but I'm often connected to multiple systems with screen running remotely and I hate having to use nested ctrl-a a sequences. As long as I'm babbling away like we're in comp.sys.mac.misc, I would love to have a full-screen mode. Not being able to go full-screen with a terminal is just wrong, Sure, you can login to the console but then you can't start up Aqua (or X for that matter, which is silly). Let's just hope that Apple doesn't consider Terminal to be finished.

    7. Re:ANSI color customization by Anonymous Coward · · Score: 0

      Just use screen. Ctrl-A Ctrl-A, no mousing required, baby! :)

    8. Re:ANSI color customization by c13v3rm0nk3y · · Score: 1

      Command-(n) is also nice, where (n) is a number from 1 to 9. Each Terminal window is assigned a unique (single-digit) number when spawned. Since my Terminals tend to be long-running, I can count on a session being Command-1 for a build, Command-2 for a man page or tests and Command-3 for something else.

      File -> Set Title... and check "Command Key" gives you the visual cue for each window.

      This also seems to be a common design for those Mac apps that have more than one "similar" document window.

      --
      -- clvrmnky
  11. PuTTY by zsazsa · · Score: 4, Informative

    Everyone's favorite SSH/Telnet program for Windows, PuTTY, is a possible future option. A MacOS port is forthcoming. If you're brave, preliminary support is in CVS right now.

    (In other Non-MacOS-related PuTTY news, you can also get a PuTTY-based xterm replacement for X if you fancy its emulation better: pterm).

    1. Re:PuTTY by dre80 · · Score: 1

      That would be sweeeeeet!!

      Seriously, that's about the best news I've read today. I love PuTTY under Windows, can't wait for the Mac version! According to the Mac Port Readme, the project is moving along smoothly and there are builds for MacOS X and for earlier versions (System 7 and up), both for PPC and 68k.

      I think this one will be our answer once it's completed, I have high hopes!

    2. Re:PuTTY by Anonymous Coward · · Score: 0

      No sour grapes or anything, but how can the parent post about running rxvt on Windows be Score:3, Informative and this post about running PuTTY as an alternative to rxvt on Windows be Score:0, Offtopic? Maybe it was because I prefaced my response with an apology for being offtopic? Oh well, I'll stop whining.

    3. Re:PuTTY by Anonymous Coward · · Score: 0

      It's because Slashdot's gone to shit and the n00bs have mod points. I wouldn't lose sleep over it.

  12. Konsole by JabberWokky · · Score: 1
    Fink has ported KDE, so if you like Konsole (I do), then it's available. Of course, you need the whole KDE compiled plus X11, but you just need X and Konsole running (plus DCOP, but that's the overhead for all KDE apps, since that's how they share objects).

    --
    Evan

    --
    "$30 for the One True Ring. $10 each additional ring!" -- JRR "Bob" Tolkien
  13. Java Options by kwerle · · Score: 2, Informative

    I've been happy with Apple's Terminal.app since 10.2 (export TERM=xterm-color :-)

    I know that there are a few Java terminal emulators (check sf.net). I alwyas liked mindterm for ssh connectivity. I know they closed source, but there's a fork out there somewhere from the last open version.

    Anyway, could you post a followup to your article when you settle on something - just a comment would be nice.

    I wonder if the editors would let you update the article...

  14. TERM environment variable make a difference by payam · · Score: 5, Interesting

    The TERM environment settings for Terminal.app make a big difference in its behaviour. Normally with Terminal it's useful to have the TERM environment variable be 'xterm-color'. This will enable lots of interesting things, amongst them ANSI color. But, as described, this has it's drawbacks, including the fact that scrollback doesn't work as expected. Sometimes it's useful to launch any apps that need that functionality prefixed with 'TERM=vt100'. I run screen this way( 'TERM=vt100 screen') and it works much better as a result.

    Alas, this doesn't affect speed but it does enable improved functionality.

    1. Re:TERM environment variable make a difference by nosferatu-man · · Score: 2, Informative

      Terminal.app also emulates DEC's tres-cool dtterm. Just set your TERM variable to dtterm. It's a superset of xterm-color functionality, as near as I can tell. As it happens, you can make Terminal.app do all kinds of wacky things with escapes. For instance:

      alias dock='echo -n "[2t"'
      alias lower='echo -n "[6t"'
      alias raise 'echo -n "[5t"'

      Here're some more.

      'jfb

      --
      To spur "enterprise Linux," Big Bang, the distributed two-phase commit.
    2. Re:TERM environment variable make a difference by Anarchitect · · Score: 2, Informative
      dont forget 'Apple_Terminal'
      • /usr/share/terminfo/41/Apple_Terminal
      works great. Arrows and _PROPER_ vim syntax coloring.

      And if you were to use teh One True Edit0r
      :colorscheme elflord r0kkz tha HiZZ0uSE!

      sorry about that. It just sorta came out.
      --
      QA implies some kind of quality to begin with.
  15. Terminal crashes and character encoding by gidds · · Score: 4, Informative
    if the terminal app crashes you lose ALL of your terminals!

    I hit this one a LOT. It's a real annoyance.

    Why, I hear you ask? Well... [fx: takes a deep breath] Most of my text files use the Windows Latin-1 encoding (the same as the default ISO Latin-1, but with curly quotes and other useful control characters in an otherwise-unused range). No problem for the Terminal: you can set the character encoding in Window Settings->Display.

    I use the vi editor; you can tell it the character encoding through the $LC_CTYPE environment variable. The only problem is that although Mac OS X comes with several character encodings (in /usr/share/locale), it doesn't come with one for Windows Latin-1 (aka CP1252). So I've created my own (with the mklocale(1) command. I've even submitted the result to Apple in the hope that they might include it with future versions... though I haven't heard anything back.)

    So, with both Terminal and vi set to use the right encoding, it all works: I can see all the extended characters, and edit them in the usual way. EXCEPT that there's some bug or incompatibility lurking there. Every so often, when I'm editing in vi, the Terminal will suddenly quit for no reason. It happens often enough to be fairly sure that it's related to the extended characters and to vi - it's never happened when editing plain 7-bit ASCII files, nor when using extended characters in the shell. I suspect it may be related to extended characters appearing at the extreme right or bottom of the screen, and/or to the VTwhatever formatting codes (which I don't really understand).

    Since I do a lot of editing, I find Terminal crashes several times a day... MOST annoying. So, if anyone has any idea what might be causing these crashes, or can shed any light on this stuff, please let me know!

    (BTW, since Mac OS X 10.2.5, vi has stopped taking any notice of $LC_CTYPE! I'm not certain why, or what's changed, but it's easy to download the vi source from Apple's Darwin page, and recompile with a one-line fix I found to restore that functionality. I've raised a bug report with Apple about this, but - again - haven't heard anything yet.)

    --

    Ceterum censeo subscriptionem esse delendam.

    1. Re:Terminal crashes and character encoding by zojas · · Score: 3, Informative
      quit using vi :)

      seriously, you can get vim (Vi IMproved) from fink, darwinports, or gentoo soon (console & X11 version).

      even better, you can get gvim with a carbon gui at

      this site

      I primarily use the carbon gvim now in OS X. I only use my fink version when I log in remotely to my OS X machine. Once you try vim, you will shudder at the memory of using 'vanilla' vi

    2. Re:Terminal crashes and character encoding by gidds · · Score: 1
      I tried using vim (v6.1), but I can't get that to show the Windows Latin-1 extended characters at all! (Yes, I could probably hack into it, but I really can't be bothered, not when various other things about it just annoy me - nothing major, but lots of minor differences all add up.)

      Besides, the problem may well be somewhere like the curses library or the terminal driver rather than in vi itself, in which case vim would then suffer from the same problems.

      --

      Ceterum censeo subscriptionem esse delendam.

    3. Re:Terminal crashes and character encoding by zojas · · Score: 1
      if the problem is curses, that wouldn't apply to gvim (X11) or gvim (carbon) since they don't run in the terminal, they have their own separate window.

      also, vim has a vi compatibility mode. if one of the gui versions works with your character set, you can try 'set compatible' in your ~/.vimrc file.

      I can't live without the multiple undo levels, the much more convenient cut buffer handling, the syntax-directed coloring, splitting the buffer (horizontally or vertically) to show more than one file at a time, I could go on all day.

      Here's a few good screenshots of gvim in action:

      carbon gvim
      X11 gvim running over the net, showing a diff between two files & a vertical split

    4. Re:Terminal crashes and character encoding by gidds · · Score: 2, Informative
      True. And it does look nice. But remember that the Apple-supplied vi is really nvi, which already has multiple undo levels* and several other nice features. Buffer splitting isn't something I'd use much; whereas supporting CP1252 is a showstopper for me.

      I guess what I really want is an editor with the power and flexibility of vi (navigation, REs, editing commands), but with full support for character encodings and proportional fonts. (Yes, for code too. I know, I know, I can hear the screams of "Heresy!" already. But if the code is formatted properly, I find it easier to read in a proportional font, just like English text. I'm surprised no-one else seems to find monospaced text ugly and awkward.)

      (* It took me a while to work this out: you hit 'u' for the first undo, but then further 'u's just toggle redo/undo. So what you do is hit 'u' once, and then use '.' (redo) to undo further levels. Probably done that way for backwards compatibility, I guess.)

      --

      Ceterum censeo subscriptionem esse delendam.

    5. Re:Terminal crashes and character encoding by zojas · · Score: 1
      that's good the shipped vi has multiple undos. how can you 'undo an undo'? (re-do)

      in vim, each 'u' steps back one more undo. to redo, you hit ctrl-r. that way you can step forward and backward in the history of the document.

    6. Re:Terminal crashes and character encoding by gidds · · Score: 2, Informative
      how can you 'undo an undo'?

      Use undo ('u') again! 'u' toggles between undoing and redoing, and '.' continues undoing or redoing, whatever you last did. It sort of makes sense.

      --

      Ceterum censeo subscriptionem esse delendam.

    7. Re:Terminal crashes and character encoding by zojas · · Score: 1

      ok, I see. cool!

    8. Re:Terminal crashes and character encoding by Anonymous Coward · · Score: 0

      Sorry to hear about the Terminal crashing. You should send Apple feedback if you haven't already. And I've heard that going to the developer site, there's a way to get into their bug reporting system which may have a better chance of getting to the appropriate developer(s).

      But anyway, take a look just above your post. You really want to be using screen. That way if Terminal crashes, you don't lose any of your work. Just reopen Terminal and reattach to the screen. Hope this helps.

    9. Re:Terminal crashes and character encoding by Anonymous Coward · · Score: 0

      Ah, found it in a comment below. bugreport.apple.com. Makes sense, too!

    10. Re:Terminal crashes and character encoding by gidds · · Score: 1
      It's already in the bug reporter!

      I posted an entry there giving the locale def I wrote for CP1252, and posted the bug as a comment to it. (It didn't seem right to post it as a separate bug, as I think you only encounter it when using a locale such as my new one.)

      It's difficult to see how much notice they take of the bug reporter... For the first Mac OS bug I found and fixed, an Apple techie saw a post I'd put on a mailing list about it, and mailed be about it. He was extremely helpful, and we sorted it out together. He pointed me to the bug reported, where I posted a bug about it. This was back in September last year; the fix hasn't been in the several minor releases since then; I understand it'll be in 10.3.

      Then in October I posted a bug for the locale issues, and have heard absolutely nothing about it. It's still set to 'Open/Analyze', which sounds as if nothing's been done yet.

      And I posted a third bug a fortnight ago, and have heard nothing on that either.

      I'm not saying Apple aren't taking any notice of any of these; it'd just be nice to know whether they were or not!

      And yes, in hindsight using screen should protect any other programs I'm running, though AFAICT it wouldn't stop vi from crashing regularly. And anyway, vi saves a 'recover' file, so there's rarely any permanent data loss, just masses of irritation.

      --

      Ceterum censeo subscriptionem esse delendam.

    11. Re:Terminal crashes and character encoding by stripes · · Score: 1
      But remember that the Apple-supplied vi is really nvi, which already has multiple undo levels* and several other nice features. Buffer splitting isn't something I'd use much; whereas supporting CP1252 is a showstopper for me.

      If you are saying nvi doesn't do split buffers, try :E, :E file, :N, or pretty much any "ex edit something new" command but in upper case. Once you do that control-W switches buffers, and you might want to look at :fg, :bg, and :resize

  16. MacSSH by gozar · · Score: 2, Informative

    I went looking, and the only one that would do decent vt100 emulation was the OS 9 app MacSSH.

    We need it to access a VMS machine, and no other term emulators would work as flawlessly as MacSSH. I would LOVE to be proven wrong, if someone can point me to a term app that allows me to use the function keys and the keypad correctly!

    --
    What, me worry?
    1. Re:MacSSH by Anonymous Coward · · Score: 0

      Decent, before it crashes whenever data comes in at anything approaching half line speed. Stability seems to increase with the number of hops between you and the host.

    2. Re:MacSSH by macdaddy · · Score: 1
      I was never a fan of MacSSH. I used NiftyTelnet w/ SSH back when I used OS 9. It was more simple than MacSSH but worked so much better. When I switched to OS X I ended up using JellyFiSSH to organize my Terminal.app connections. Terminal.app would crash on me once a day or so as well. The damned thing never did quite work right. I don't have an OS X box available anymore, unfortunately. Otherwise I'd be more in touch with this problem. I'm holding out for a SMP G5. :)

      That said I have yet to find any terminal emulator on any platform (Mac, Windows, even *terms in X11) that I couldn't make crash at some point. Even SecureCRT which I have to use here at home has crashed on me before.

    3. Re:MacSSH by Killer+Eye · · Score: 1

      MacTelnet, despite its name, can run local Unix apps on Mac OS X. It shares much of the same base code as MacSSH so it still has VT100, VT220 and TEK. However it also supports VT52 mode, double-sized text and most XTerm sequences, and has VT220-specific features like floating keypad windows. I should know, because I am writing its (open-source) code! :)

      --
      "Microsoft killed my company, I hold a personal grudge. I don't use Microsoft products and neither should you."-JWZ
  17. PuTTY by divbyzero · · Score: 0, Offtopic

    This is a bit of a departure from the original topic, but since you raised the point, I'll continue with it. If you want "xterm mousing" in a high quality, free terminal app on Windows, and you want a more native-feeling application than a cygwin port of rxvt, you might want to try PuTTY. PuTTY is best known for its solid SSH capabilities, but it can also be used for telnet, rlogin, and raw TCP connections. It is not a truly generic terminal, since it cannot act as a display for arbitrary local programs, but that's very rarely an issue on Windows.

    --
    But my grandest creation, as history will tell,
    Was Firefrorefiddle, the Fiend of the Fell.
  18. GNUStep? by ActiveSX · · Score: 2, Interesting

    Perhaps you could hack the GNUStep Terminal.app to compile with Cocoa. For those who don't know, GNUStep is a GPL'd implementation of the OpenStep Specification of yore.

    1. Re:GNUStep? by Anonymous Coward · · Score: 0

      Nope - it isn't that easy. GNUStep's Terminal.app does use several GNUStep only features. IMO it would be easier to rewrite a Term from scratch than porting Terminal.app.

  19. Serial Terminal by Anonymous Coward · · Score: 0

    I have used ZTerm on Mac OS 9 for a long time to comunicate with a Micro Processor via the Serial Port. I have tried ZTerm for Mac OS X and it is unable to correctly send text files through at full speed.

    I was wondering what Serial Terminals for Mac OS X or for Linux people would recommend.

  20. color xterm emulation is easy in Terminal.app by zojas · · Score: 1
    To get Terminal.app to do decent color xterm emulation:

    setenv TERM xterm-color

    I didn't have to fiddle with stty either.

    1. Re:color xterm emulation is easy in Terminal.app by nosferatu-man · · Score: 2, Interesting

      You're better off with TERM set to dtterm, if'n your application supports it. Just in case you thought progress in computing had been made in the last 25 years, along comes a happy reminder like terminal handling to show you the error of your ways.

      *scowl*

      'jfb

      --
      To spur "enterprise Linux," Big Bang, the distributed two-phase commit.
    2. Re:color xterm emulation is easy in Terminal.app by zojas · · Score: 1

      I'll give 'dtterm' a try. what did that improve for you? thanks

  21. the split widget thingy by Onan · · Score: 1

    Yeah, that function of Terminal is odd, and hard to give a description or name, but surprisingly handy. It allows you to simultaneously see and interact with two arbitrary segments of scrollback within a single window.

    This facilitates doing a variant on a long series of steps you did a while earlier, comparing previous output of an operation to current output, or just reading deep scrollback without missing new data. It's not a life-changing feature, but it is regularly useful.

  22. My two solutions: DataComet and Eterm....[+] by ewwhite · · Score: 5, Informative
    I run Fink and XDarwin on my Powerbook. My company produces a terminal/character-based ERP application for the produce industry. It runs on hardware terminals and also has a home-brewed PC client (with a Linux backend). We use a SCO-ANSI emulation with a few custom termdefs.

    There are very few clients (puTTY and Powerterm) on the PC that can handle our product. The Mac situation is much worse. It took me a few months to find an appropriate solution for working with our clients from my Mac. The winners are:

    Eterm -free- Get version 0.9 through Fink. It's much faster than Apple's terminal application and is much more configurable.
    Here's a shot of a typical Eterm on my machine

    DataComet -not free- but worth it. This program is similar to Powerterm on the PC side. It can handle just about any emulation you throw at it. Powerterm and DataComet both include their own font suites which allow for full PC-ANSI emulation, for example. Very comprehensive package. It integrates with the built-in shell and even handles my company's software.
    Here's a screenshot of DataComet on my system

    Here's a random screenshot.

    Note: There is a Powerterm for Mac OSX, but it's fairly expensive, and DataComet performs as well. Hit me up if you have any questions....

    --
    Edmund White
    http://flickr.com/ewwhite
  23. Point Drawoc to Google? by Anonymous Coward · · Score: 1, Informative

    Looks like Drawoc needs to use Google a bit more after reading all the comments.

    Actually XDarwin isn't that bad (I run it) and I'm also running (just playing with it) the Apple beta for X11. XDarwin provides a host of opportunities for Term apps and what's this "doesn't fit in the workflow very well" jazz all about? Has he tried it? Not from the sound of it.

    Lots of good ideas but I thought I'd stand up for XDarwin. Quite frankly I don't use it much but do run X11 sometimes alongside OSX and OS9, all concurrently.

    Personally I use Apple's weak kneed Term app and find it adequate. It sounds to me like ole Drawoc is nitpicking some stuff many (including heavy users) could care less about. Maybe he's wedded to PC habits. The OSX Term app offers some nifty features of its own although Mac interface is obviously limited.

    But as long as I can cut/copy/paste to/from it and handle by Griffin Power Mate to scroll it *quickly* (you can program this thing to grill hotdogs I suspect) then maneuvering around is no biggy and I sort of like having four or five Term app windows open and handy in my second monitor.... no CPU usage to speak of and with two G4 1.25 GHz CPUs I'm not used to seeing beach balls when in terminal mode. ;) LOL

  24. Same Problem by Anonymous Coward · · Score: 0

    I had the same problem on my iBook. After several months of trying to find an usable terminal i decided to dump OS X and install linux.

    1. Re:Same Problem by Anonymous Coward · · Score: 0

      really?
      This is so lame. It is like one would buy a porsche and put some toyota engine inside..... lol

    2. Re:Same Problem by wallsaroundme · · Score: 1

      i did like, but am becoming less and less impressed with os x. Maily because the finder is completely lacking

  25. PageUp/PageDown by Tsk · · Score: 1

    "Apple's Terminal is slow (though performance has been better in 10.2.x), doesn't support xterm mousing, and for some reason refuses to send PgUp/PgDn through to any"
    Please take a minute and open a bug at bugreport.apple.com.

    --
    none Yet.
  26. Have you tried by Tsk · · Score: 3, Informative
    --
    none Yet.
    1. Re:Have you tried by macdaddy · · Score: 1

      I want to give a plug to these folks. I've never used their terminal emulation software. In fact I haven't used their software in about 5 years. The last product of their's I used was VICOM Internet Gateway (now called Intergate apparently). I loved their software back then and still do. Their support was also first rate. If the quality of their work and service is still as good, then you should have no problems with their terminal emulation solutions. My $.02

    2. Re:Have you tried by Anonymous Coward · · Score: 0

      the problem is lack of OS-X terminal apps... the first here is a classic app. who is stupid enough to have classic installed?

  27. Re:Cursory look through discussion by Knife_Edge · · Score: 1

    Oh great, GLTerm was not in the discussion because it was in the article. I guess I should be prepared for more Ask Slashdot's where the author asks a question, and then proceeds to answer it themselves. Whoops.

  28. IBM 3270 terminal by Erik+K.+Veland · · Score: 1

    If you need to connect to a IBM 3270 (and similar mainframes I guess), there's a very nice free client that's running just fine in Mac OS X.

    --
    "I tend to think of OS X as Linux with QA and Taste", James Gosling, creator of Java
  29. What makes the Terminal.app really nice to use... by snowtigger · · Score: 0, Redundant

    ... is to have a nice complete file. It specifies what shows up when you type [tab].

    The basic configuration of tcsh (or your favorite shell) is not very userfriendly in Mac OSX (it only completes when there are no ambiguties). It's soo nice to have an inteligent shell that does half the work for you.

    A nice example is when programming, typing "make [tab]" makes the shell search all the possible choices in the Makefile and complete.

    I took the /etc/SuSEConfig/complete.tcsh file from my SuSE Linux box, it worked straight away.

  30. The *Best* terminal I've found.. by KrON · · Score: 1, Informative

    Is GLTerm it is opengl accelerated (woopee), and has support for some popular linux fonts, including ones that actually contain high ascii chars so you can irc in beautiful color.. it's shareware though, but the guy who writes it is really cool, so I shelled out the $20

    1. Re:The *Best* terminal I've found.. by positive · · Score: 0

      The only gripe I have with GLterm is that the windows appear blank when minimized to the dock due to the way they're rendered.

  31. xterm by coaxial · · Score: 1

    The G4 I messed with at the Apple Store had X11 and xterm installed. Just use xterm dude.

  32. Python in Terminal.app by kyrre · · Score: 1

    Has anyone gotten the arrowkeys to work using python in Terminal.app? All I get is: ^[[A^[[C^[[B^[[D

    It is so much easier to prototype code in Python when the arrowkeys are working. I've tried bash and tcsh.

    1. Re:Python in Terminal.app by Fished · · Score: 1

      This is more likely an issue with your python build. You might try rebuilding python. (Or, better, just use Ruby instead. :)

      --
      "He who would learn astronomy, and other recondite arts, let him go elsewhere. " -- John Calvin, commenting on Genesis 1
    2. Re:Python in Terminal.app by kyrre · · Score: 1

      Its the one that comes with os x (Developer Tools). But I could try that of course. As for Ruby: No.

    3. Re:Python in Terminal.app by Anonymous Coward · · Score: 0

      The problem is that the stock Python does not have readline compiled in. That's because readline is GPL'd.

      Anyway, you can get readline to work with the stock OS-X python. do a google search, or search the archives of the macpython mailing list. It's easy once you know how. And yes, you really do need it to be productive with Python.

    4. Re:Python in Terminal.app by Anonymous Coward · · Score: 0

      It's an issue with the Python that's distributed with the developer tools; they haven't enabled readline support due to GPL issues.

      However, there is a module that you can use to get readline and Python working:

      http://www.versiontracker.com/dyn/moreinfo/mac/1 63 48

    5. Re:Python in Terminal.app by kyrre · · Score: 1

      Thank you kind sir.

  33. WRQ's Reflection Products is the Answer. by Dolemite_the_Wiz · · Score: 1

    WRQ is the industry leader in Solid Terminal/X/RDP emulations for many years. Their products have been getting better and better over said years.

    Check it out.

    Dolemite
    _________________________

    --
    Save the World! Use a Quote!
  34. this might work by NeXT_lives · · Score: 1

    if you don't need a lot of bells & whisles try NCSA Telnet, still a work in progress. http://www.mactelnet.com/

  35. vttest - VT100 (and more) test suite by Creosote · · Score: 2, Informative
    Sorry to be late with this, but anyone interested in evaluating terminal emulator programs should know about the classic "vttest" program, as updated by Thomas Dickey. It compiles under OS X without any tweaking.

    Of the programs mentioned in this thread that I've looked at, there's not a one that passes all the relevant tests. And Terminal.app does better than most at some of them, like the character set test and Xterm window-modify features.

    My favorite terminal emulation program, PC-compatible only alas, is VanDyke's SecureCRT, which does well on vttest and comes with a nice terminal font set. (Luckily I'm at a school with a site license; regular individual price is $99.)

  36. export TERM=ansi by exp(pi*sqrt(163)) · · Score: 2, Informative

    Full screen vim with PgUp/PgDn now work fine for me.

    --
    Doesn't it make you feel good to know that our freedoms are protected by politicans, lawyers and journalists.
    1. Re:export TERM=ansi by Creosote · · Score: 1
      Full screen vim with PgUp/PgDn now work fine for me.
      ? ? ?

      Doesn't work for me. PgUp/PgDn in Terminal.app still sends the keystroke to the Scrollback function. What exactly are you doing to achieve the desired result?

    2. Re:export TERM=ansi by exp(pi*sqrt(163)) · · Score: 1

      I'll check when I get home tonight. There is a fix as it works 100% perfectly for me - I definitely don't get scrollback and I'm using Terminal.app.

      --
      Doesn't it make you feel good to know that our freedoms are protected by politicans, lawyers and journalists.
    3. Re:export TERM=ansi by steeviant · · Score: 1

      Bullshit.

      There is no way to enable PgUp and PgDn in Apple's terminal, I challenge anyone to prove otherwise.

  37. Re:What makes the Terminal.app really nice to use. by macdaddy · · Score: 1

    To hell with tc shell. tcsh has always annoyed the living hell out of me. Get a real shell like Bash. Tab completion in bash is excellent. Even better, look into the Bash Programmable Completion Project. It's quite nice. Skip the csh, tcsh, and kornhole shells. Stick with what works well: bash.

  38. Default Terminal window location.. by Delta-9 · · Score: 1

    This has driven me crazy for some time now. Is there anyway to get the default jaguar terminal app to save its last window location?

    1. Re:Default Terminal window location.. by Aknaton · · Score: 1

      Try reading this

    2. Re:Default Terminal window location.. by Delta-9 · · Score: 1

      THANK YOU!

  39. dataComet by Gryphon · · Score: 1

    The only fully VT420 compatible terminal client for OS X that I've found (that works perfectly with DEC TPU and similar VMS applications) is dataComet (and dataComet Secure, which provides SSH support). See http://www.databeast.com/ .

    It doesn't behave quite the way an OS X program should (the Preferences window is non-standard, for example) but the emulation is excellent.

    YMMV.

    1. Re:dataComet by Anonymous Coward · · Score: 0

      Yeah, it's mentioned above.

  40. MacTelnet For Local Unix, TEK, VT100/VT220/XTerm by Killer+Eye · · Score: 1

    MacTelnet, despite its name, can run local Unix apps on Mac OS X. It shares much of the same base code as old favorites like MacSSH, so it still has VT100, VT220 and TEK. However it also supports VT52 mode, double-sized text and most XTerm sequences, and has VT220-specific features like floating keypad windows.

    I should know, because I am writing its (open-source) code! :)

    --
    "Microsoft killed my company, I hold a personal grudge. I don't use Microsoft products and neither should you."-JWZ
  41. this is slick by Anonymous Coward · · Score: 0

    cool!

  42. Re:MacTelnet For Local Unix, TEK, VT100/VT220/XTer by weeeeed · · Score: 1

    Hi,

    how can store the setting of all the toolbars? I just want to have the plain terminal without anything around, the settings are only for the current window and I do not see any option to disable them forever.

    Hmm, as with all others there is no mouse support for stuff like w3m or at least I did not get it running over ssh to a linux box.

    Why is it building the scripts menu each time I run mactelnet? The font list caching is nice...

    I guess I will get the source later for kicking out the toolbars...

    weeeee

  43. Re:MacTelnet For Local Unix, TEK, VT100/VT220/XTer by Killer+Eye · · Score: 1

    Look in Preferences, General, Options for the checkbox to initially hide toolbars. This will be improved in the future.

    The rebuild is done each time in case you have new scripts installed. One day I will improve that to cache the modification date or something so that it will not even display the progress bar.

    --
    "Microsoft killed my company, I hold a personal grudge. I don't use Microsoft products and neither should you."-JWZ
  44. Slight nitpick... by Anonymous Coward · · Score: 0

    It's not actually Cmd-~.

    It's Cmd-`

    Sure, they're on the same key, but shift is required for the tilde.

  45. Cmd-` by Anonymous Coward · · Score: 0

    It's not actually Cmd-~.
    It's Cmd-`

    Sure, they're on the same key, but shift is required for the tilde.