Questions tagged [rxvt]
3 questions
4
votes
3 answers
How to get both tab completion and readline editing in mingw/msys shell?
I'm running msys 1.0 on Win2K using the rxvt.exe terminal. By default, tab-completion works, but when I do 'set -o vi' to enable vi-readline editing, tab-completion stops working. Surely I can have my cake and eat it too?

William Knight
- 143
- 1
- 3
2
votes
1 answer
Enable mousewheel scrolling in rxvt under Cygwin?
I currently use Cygwin and rxvt as my default terminal environment running bash. I would like to be able to scroll in the output window using the mouse wheel. Is this possible?
I realize there are (at least) two different use cases for this:
1)…

Anders Sandvig
- 649
- 2
- 9
- 10
0
votes
1 answer
Cygwin Rxvt issue
With a recent version of CYGWIN (installed yesterday) on Windows 7, we are having a weird problem getting rxvt to work.
We used to use the following batch file:
@echo off
C:
chdir C:\cygwin\bin
rxvt -fn 18x18 -bg black -fg white -g 85x55 -sr -e…

SvrGuy
- 1,012
- 3
- 17
- 29