urxvt.foreground: white
urxvt.background: black
urxvt.scrollBar_right: True
+urxvt.secondaryScroll: True
urxvt.font: xft:DejaVu Sans Mono:pixelsize=12:aspect=0.9
urxvt.multichar_encoding: noenc
urxvt.title: Penguin terminal
-urxvt.termName: xterm-color
+!urxvt.termName: xterm-color
urxvt.saveLines: 512
urxvt.scrollstyle: next
-urxvt.answerbackString: PuTTY
+urxvt.answerbackString: urxvt
! transparency
!rxvt*inheritPixmap: True
rxvt*font: fixed
rxvt*multichar_encoding: noenc
rxvt*title: Penguin terminal
-rxvt*termName: xterm-color
+!rxvt*termName: xterm-color
rxvt*saveLines: 512
!rxvt-big5*inheritPixmap: True
rxvt-big5*multichar_encoding: big5
rxvt-big5*inputMethod: xcin-big5
rxvt-big5*title: Penguin terminal (Big 5)
-rxvt-big5*termName: xterm-color
+!rxvt-big5*termName: xterm-color
!rxvt-gb2312*inheritPixmap: True
rxvt-gb2312*reverseVideo: True
rxvt-gb2312*multichar_encoding: gb2312
rxvt-gb2312*inputMethod: xcin-gb2312
rxvt-gb2312*title: Penguin terminal (GB2312)
-rxvt-gb2312*termName: xterm-color
+!rxvt-gb2312*termName: xterm-color
! aewm
Palette.geometry: 1280x30+0+0
XTerm.*faceName: DejaVu Sans Mono
XTerm.*faceSize: 9
+XTerm.*termName: xterm-256color
# $Id$
-#
-# Try to find a valid TERM entry.
-#
-
-# Note that running answerback will prevent keyboard input, which is annoying
-# if you try to start typing while the shell is starting up.
-term=
-eval $(answerback 2>/dev/null)
-case "$ANSWERBACK" in
- PuTTY) term=xterm-256color;;
- urxvt) term=rxvt-unicode;;
-esac
-
-if [ ! -z "$term" ]; then
- if ! has_term $term; then
- export TERMINFO=~/.terminfo
- fi
- export TERM=$term
-elif ! has_term $TERM; then
- for term in rxvt-unicode xterm-256color xterm-88color linux dtterm xterm-color xterm vt100; do
- if has_term $term; then
- export TERM=$term
- break
- fi
- done
-fi
-
-unset ANSWERBACK term
+export TERMINFO=~/.terminfo