
This week's tool: RXVT
RXvt is an X-Windows alternative to XTerm. However, that's not where or why I use it. RXvt is my prefereed shell window on Windows systems. I get it from the Cygwin Unix compatability distribution. (It's not part of the default install set.)
(Incidentally, I've come to the point where I always do a full installation of Cygwin. To quote Rick B: "Hey man, disk space is free".)
Useful features:
Drawbacks:
Here's the relevant lines from my ~/.Xdefaultsfile. (I like
green on black, somewhat small font.)
/*
* How about rxvt?
*
*/
/* rxvt*font: -misc-fixed-medium-r-*-*-*-*-75-75-*-*-*-* */
rxvt*jumpScroll: true
rxvt*saveLines: 1024
rxvt*scrollBar: on
rxvt*scrollKey: true
rxvt*background: black
rxvt*cursorColor: red
rxvt*borderColor: gold
rxvt*foreground: dark sea green
rxvt*pointerColor: white
rxvt*backspacekey: ^?
Links:
[1] https://bits.deweysasser.com/tags/ToolOfTheMonth