.minttyrc
changeset 861 4d8e47e0ee00
parent 148 b321dd7cb6dd
child 875 aa6281647f6a
equal deleted inserted replaced
860:ddc40e485d91 861:4d8e47e0ee00
     1 ; -*- mode: conf -*-
       
     2 
     1 
     3 ForegroundColour=0,0,0
     2 ForegroundColour=0,0,0
     4 BackgroundColour=255,255,255
     3 BackgroundColour=255,255,255
     5 CursorColour=165,42,42
     4 CursorColour=165,42,42
     6 
     5 
     7 ; Block, Underscore, Line.
     6 # Block, Underscore, Line.
     8 CursorType=Block
     7 CursorType=Block
     9 CursorBlinks=yes
     8 CursorBlinks=yes
    10 
     9 
    11 ; Off, Low, Medium, High, Glass (>= Vista only).
    10 # Off, Low, Medium, High, Glass (>= Vista only).
    12 Transparency=Low
    11 Transparency=Low
    13 OpaqueWhenFocused=yes
    12 OpaqueWhenFocused=yes
    14 
    13 
    15 ; 'Lucida Console' and 'Courier New' are the best fixed width font under Windows.
    14 # 'Lucida Console' and 'Courier New' are the best fixed width font under Windows.
    16 ; Nice looks and support large amount of chars.
    15 # Nice looks and support large amount of chars.
    17 Font=Courier New
    16 Font=Courier New
    18 BoldAsFont=yes
    17 BoldAsFont=yes
    19 FontHeight=10
    18 FontHeight=10
    20 AllowBlinking=no
    19 AllowBlinking=no
    21 
    20 
    22 FontSmoothing=None
    21 FontSmoothing=None
    23 
    22 
    24 BackspaceSendsBS=no
    23 BackspaceSendsBS=no
    25 ; Enable Ctrl+Ins and Shift+Ins.
    24 # Enable Ctrl+Ins and Shift+Ins.
    26 ClipShortcuts=yes
    25 ClipShortcuts=yes
    27 ; Disable Windows Alt+Space and Alt+Enter shortcuts.
    26 # Disable Windows Alt+Space and Alt+Enter shortcuts.
    28 WindowShortcuts=no
    27 WindowShortcuts=no
    29 ; Disable Ctrl+TAB and Ctrl+Shift+TAB shortcuts for use in screen(1).
    28 # Disable Ctrl+TAB and Ctrl+Shift+TAB shortcuts for use in screen(1).
    30 SwitchShortcuts=no
    29 SwitchShortcuts=no
    31 ; Enable font zooming shortcuts Ctrl+plus/minus/zero.
    30 # Enable font zooming shortcuts Ctrl+plus/minus/zero.
    32 ZoomShortcuts=yes
    31 ZoomShortcuts=yes
    33 ; Shift, Ctrl, Alt, Off.
    32 # Shift, Ctrl, Alt, Off.
    34 ScrollMod=Shift
    33 ScrollMod=Shift
    35 
    34 
    36 CopyAsRTF=yes
    35 CopyAsRTF=yes
    37 
    36 
    38 ; Use mouse copy on select like in X window.
    37 # Use mouse copy on select like in X window.
    39 CopyOnSelect=yes
    38 CopyOnSelect=yes
    40 ClicksPlaceCursor=no
    39 ClicksPlaceCursor=no
    41 RightClickAction=menu
    40 RightClickAction=menu
    42 
    41 
    43 BellSound=no
    42 BellSound=no