# HG changeset patch # User Oleksandr Gavenko # Date 1310813308 -10800 # Node ID 6dea1134103562f33b7d5e09511dfd80731340aa # Parent bed2de11f71136b8569638f5119a4a0957e43ead Remove win-ini style '[Section]' as mintty ignore it. diff -r bed2de11f711 -r 6dea11341035 .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