You are right regarding resizability - putty resizes naturally, it's cmd.exe which doesn't allow full screen resizing with a mouse (at least on windows xp).
But, the wrap issue is annoying - you can't do a ps -auxwww , see that the line length is too long, and the resize the window and have your text rewrap. (At least on putty 0.6, the version on my vm instance)
Don't get me wrong - I love putty, and it's one of the first two or three things I put on every windows system. I love that you can use it as a serial console as well - great for consoling into cisco routers - particularly now that Microsoft in it's infinite wisdom has dropped hyper terminal. In fact, Putty is better than terminal.app in that regard - Terminal.app doesn't do console ports!
But, if I am spending many thousands of hours at the console, Terminal.app (or, possibly iTerm) is going to make me happier and more productive than putty. Probably not 2x more productive, or even 50% more productive - but certainly 10%, which is enough for me.
> But, the wrap issue is annoying - you can't do a ps -auxwww , see that the line length is too long, and the resize the window and have your text rewrap. (At least on putty 0.6, the version on my vm instance)
You're right that putty doesn't do this, but I always run screen inside putty, which will rewrap text when the window resizes.