.minttyrc
changeset 136 6dea11341035
parent 90 56c86e8dc799
child 137 9db352726db1
equal deleted inserted replaced
135:bed2de11f711 136:6dea11341035
     1 ; -*- mode: conf -*-
     1 ; -*- mode: conf -*-
     2 
     2 
     3 [Looks]
       
     4 ForegroundColour=0,0,0
     3 ForegroundColour=0,0,0
     5 BackgroundColour=255,255,255
     4 BackgroundColour=255,255,255
     6 CursorColour=165,42,42
     5 CursorColour=165,42,42
     7 
     6 
     8 ; Block (0), Underscore (1), Line (2)
     7 ; Block (0), Underscore (1), Line (2)
     9 CursorType=0
     8 CursorType=0
    10 
     9 
    11 CursorBlinks=1
    10 CursorBlinks=1
    12 
    11 
    13 [Text]
       
    14 ; 'Lucida Console' and 'Courier New' are the best fixed width font under Windows.
    12 ; 'Lucida Console' and 'Courier New' are the best fixed width font under Windows.
    15 ; Nice looks and support large amount of chars.
    13 ; Nice looks and support large amount of chars.
    16 Font=Courier New
    14 Font=Courier New
    17 ; If 0 set default font to normal, if 1 set default font to bolt.
    15 ; If 0 set default font to normal, if 1 set default font to bolt.
    18 FontIsBold=0
    16 FontIsBold=0
    20 BoldAsBright=0
    18 BoldAsBright=0
    21 FontHeight=10
    19 FontHeight=10
    22 
    20 
    23 FontQuality=0
    21 FontQuality=0
    24 
    22 
    25 [Keys]
       
    26 AltSendsESC=0
    23 AltSendsESC=0
    27 BackspaceSendsBS=0
    24 BackspaceSendsBS=0
    28 ; Disable Windows Alt+Space and Alt+Enter shortcuts.
    25 ; Disable Windows Alt+Space and Alt+Enter shortcuts.
    29 WindowShortcuts=0
    26 WindowShortcuts=0
    30 ; Enable font zooming shortcuts Ctrl+plus/minus/zero.
    27 ; Enable font zooming shortcuts Ctrl+plus/minus/zero.
    31 ZoomShortcuts=1
    28 ZoomShortcuts=1
    32 ; ScrollMod=1
    29 ; ScrollMod=1
    33 
    30 
    34 [Mouse]
       
    35 ; Use mouse copy on select like in X window.
    31 ; Use mouse copy on select like in X window.
    36 CopyOnSelect=1
    32 CopyOnSelect=1
    37 
    33 
    38 [Output]
       
    39 BellSound=0
    34 BellSound=0
    40 
    35 
    41 Term=xterm-256color
    36 Term=xterm-256color
    42 Answerback=
    37 Answerback=
    43 
    38 
    44 [Window]
       
    45 Columns=120
    39 Columns=120
    46 Rows=40
    40 Rows=40
    47 Scrollbar=1
    41 Scrollbar=1
    48 ScrollbackLines=10000
    42 ScrollbackLines=10000
    49 ConfirmExit=1
    43 ConfirmExit=1