Set cursor color to brown in rxvt to distinguish cursor position from
authorOleksandr Gavenko <gavenkoa@gmail.com>
Wed, 12 May 2010 16:13:42 +0300
changeset 79 a7d0fff4bef0
parent 78 c014474497f0
child 80 694e2a0efb4d
Set cursor color to brown in rxvt to distinguish cursor position from
.Xdefaults
Makefile
--- a/.Xdefaults	Wed May 12 14:43:55 2010 +0300
+++ b/.Xdefaults	Wed May 12 16:13:42 2010 +0300
@@ -19,6 +19,7 @@
 
 Rxvt*background: white
 Rxvt*foreground: black
+Rxvt*cursorColor: brown
 Rxvt*geometry: 120x40
 Rxvt*font: 7x14
 ! Rxvt*boldFont: 7x14
--- a/Makefile	Wed May 12 14:43:55 2010 +0300
+++ b/Makefile	Wed May 12 16:13:42 2010 +0300
@@ -12,7 +12,7 @@
   host_os = windows
 endif
 
-OVERRIDDEN_ITEMS = .Xdefaults .bashrc .mailsign .xinitrc .mc .vimrc .inputrc .ssh .hgrc .hgignore .bazaar
+OVERRIDDEN_ITEMS = .Xdefaults .bashrc .mailsign .xinitrc .mc .vimrc .inputrc .ssh .hgrc .hgignore .bazaar .minttyrc
 IFNONEXIST_ITEMS = .wgetrc
 
 .PHONY: install