Linked by Thom Holwerda on Wed 23rd Dec 2009 23:49 UTC, submitted by diegocg
Thread beginning with comment 400939
To read all comments associated with this story, please click here.
To read all comments associated with this story, please click here.
RE: Cygwin is immensely useful
by nimble on Thu 24th Dec 2009 19:13
in reply to "Cygwin is immensely useful"
Have a look at mintty as well, which is a Cygwin-only terminal based on PuTTY's terminal emulation. Available through setup.exe (under 'Shells') or from http://mintty.googlecode.com. Among other features, it's got improved xterm compatibility; perhaps that'll help with screen.
RE[2]: Cygwin is immensely useful
by suryad on Fri 25th Dec 2009 03:07
in reply to "RE: Cygwin is immensely useful"




Member since:
2006-03-31
For any of you who are stuck on using Windows and wish to use Unix for development, Cygwin with puttycyg for terminal emulation is a godsend. I love using vim + screen for Java development. It does, though, have some problems, such as:
* GNU screen is buggy
* having to convert paths from Cygwin to Windows when using Windows programs; this is what makes running Java with Cygwin cumbersome
I would argue that puttycyg is much better than OS X's Terminal.app since it's much faster and supports proper full screen support that works great with dual monitors.