Best terminal environment for Cygwin/Windows?
- by Anders Sandvig
Today I run Cygwin with rxvt using the following startup line:
rxvt -bg black -sl 8192 -fg white -sr -g 150x56 -fn "Fixedsys" -e /usr/bin/bash --login -i
This gives me a resizeable native Windows window which is much better than the standard "DOS box" the default cygwin.bat provides.
However, the current configuration does have a couple of…