diff options
author | David Starks-Browning <starksb@ebi.ac.uk> | 2002-11-18 00:25:14 +0000 |
---|---|---|
committer | David Starks-Browning <starksb@ebi.ac.uk> | 2002-11-18 00:25:14 +0000 |
commit | 4ed9c1e62eae2db44c3dfd0efc69b15e4b29fca6 (patch) | |
tree | b2d6f2a7ef644872b5bb0e1b07299490da55878e | |
parent | 34fd220461527e9d1fde9f264ca6586badd2c518 (diff) | |
download | newlib-4ed9c1e62eae2db44c3dfd0efc69b15e4b29fca6.zip newlib-4ed9c1e62eae2db44c3dfd0efc69b15e4b29fca6.tar.gz newlib-4ed9c1e62eae2db44c3dfd0efc69b15e4b29fca6.tar.bz2 |
new entry: "Is there a better alternative to the standard console window?" (yes, rxvt)
-rw-r--r-- | winsup/doc/how-using.texinfo | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/winsup/doc/how-using.texinfo b/winsup/doc/how-using.texinfo index 55b9255..62083b1 100644 --- a/winsup/doc/how-using.texinfo +++ b/winsup/doc/how-using.texinfo @@ -656,6 +656,18 @@ For a concise description of the current situation with XEmacs, see this message from the Cygwin mailing list: @file{http://cygwin.com/ml/cygwin/2002-11/msg00609.html}. +@subsection Is there a better alternative to the standard console window? + +Yes! Use rxvt instead. It's an optional package in Cygwin Setup. +You can use it with or without X11. You can resize it easily by +dragging an edge or corner. Copy and paste is easy with the left and +middle mouse buttons, respectively. It will honor settings in your +~/.Xdefaults file, even without X. + +Don't invoke as simply ``rxvt'' because that will run /bin/sh (really +ash) which is not a good interactive shell. For details see +@code{/usr/doc/Cygwin/rxvt-<ver>.README}. + @subsection info error "dir: No such file or directory" Cygwin packages install their info documentation in the /usr/info |