Cygwin.bat:
set CYGWIN=server tty codepage:oem notitle
start rxvt -e bash –login -i
~/.bashrc:
alias dir=’ls -1′
alias emacs=’emacs -nw’
alias less=’less -r’
alias ls=’ls –show-control-chars –color=auto’
alias madplay=’madplay -v –tty-control’
alias vi=’vim’
alias view=’vim -R’
~/.inputrc:
set meta-flag on
set input-meta on
set output-meta on
set convert-meta off
~/.Xdefaults:
rxvt.background: black
rxvt.foreground: gray
rxvt.scrollBar:false
rxvt.saveLines:8124
rxvt.iconName:emacs
rxvt*font: fixedsys
rxvt*boldFont: fixedsys
rxvt*mfont: fixedsys
rxvt*backspacekey: DEC
rxvt.multichar_encoding: GBK
rxvt.multibyte_cursor: true