Remove win-ini style '[Section]' as mintty ignore it.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Sat, 16 Jul 2011 13:48:28 +0300
changeset 136 6dea11341035
parent 135 bed2de11f711
child 137 9db352726db1
Remove win-ini style '[Section]' as mintty ignore it.
.minttyrc
--- a/.minttyrc	Sat Jun 25 14:13:03 2011 +0300
+++ b/.minttyrc	Sat Jul 16 13:48:28 2011 +0300
@@ -1,6 +1,5 @@
 ; -*- mode: conf -*-
 
-[Looks]
 ForegroundColour=0,0,0
 BackgroundColour=255,255,255
 CursorColour=165,42,42
@@ -10,7 +9,6 @@
 
 CursorBlinks=1
 
-[Text]
 ; 'Lucida Console' and 'Courier New' are the best fixed width font under Windows.
 ; Nice looks and support large amount of chars.
 Font=Courier New
@@ -22,7 +20,6 @@
 
 FontQuality=0
 
-[Keys]
 AltSendsESC=0
 BackspaceSendsBS=0
 ; Disable Windows Alt+Space and Alt+Enter shortcuts.
@@ -31,17 +28,14 @@
 ZoomShortcuts=1
 ; ScrollMod=1
 
-[Mouse]
 ; Use mouse copy on select like in X window.
 CopyOnSelect=1
 
-[Output]
 BellSound=0
 
 Term=xterm-256color
 Answerback=
 
-[Window]
 Columns=120
 Rows=40
 Scrollbar=1