I'm using cygwin and rxvt. It works quite well, since you don't need to
start an X server for the application - it just runs.

Put the following in your cygwin launcher (cygwin_rxvt.bat for me):

 > @echo off
 > C:
 > chdir C:\cygwin\bin
 > set SHELL=/bin/bash
 > rxvt -ls -sr -sl 1500 -fn "Lucida ConsoleP-12" -bg black -fg grey

and in your .bashrc:

 > export TERM="rxvt-cygwin-native"

your mouse should work fine with rxvt (mine does!)

Cheers

Now I can use mouse to jump from one split window to another under
rxvx, but how to resize one? I can't do it by mouse in my case, can
you?

sun

Reply via email to