Update settings for new version according to docs.
--- a/.minttyrc Sat Jul 16 13:48:28 2011 +0300
+++ b/.minttyrc Sat Jul 16 13:53:07 2011 +0300
@@ -4,29 +4,32 @@
BackgroundColour=255,255,255
CursorColour=165,42,42
-; Block (0), Underscore (1), Line (2)
-CursorType=0
+; Block, Underscore, Line.
+CursorType=Block
+CursorBlinks=yes
-CursorBlinks=1
+; Off, Low, Medium, High, Glass (>= Vista only).
+Transparency=Low
+OpaqueWhenFocused=yes
; 'Lucida Console' and 'Courier New' are the best fixed width font under Windows.
; Nice looks and support large amount of chars.
Font=Courier New
-; If 0 set default font to normal, if 1 set default font to bolt.
-FontIsBold=0
-; 0 force use bold font for bold char.
-BoldAsBright=0
+BoldAsFont=yes
FontHeight=10
+AllowBlinking=no
-FontQuality=0
+FontSmoothing=None
-AltSendsESC=0
-BackspaceSendsBS=0
+BackspaceSendsBS=no
; Disable Windows Alt+Space and Alt+Enter shortcuts.
-WindowShortcuts=0
+WindowShortcuts=no
; Enable font zooming shortcuts Ctrl+plus/minus/zero.
-ZoomShortcuts=1
-; ScrollMod=1
+ZoomShortcuts=yes
+; Shift, Ctrl, Alt, Off.
+ScrollMod=Shift
+
+CopyAsRTF=yes
; Use mouse copy on select like in X window.
CopyOnSelect=1