.minttyrc
author Oleksandr Gavenko <gavenkoa@gmail.com>
Sat, 16 Jul 2011 13:53:07 +0300
changeset 137 9db352726db1
parent 136 6dea11341035
child 138 2adaa266ebe3
permissions -rw-r--r--
Update settings for new version according to docs.

; -*- mode: conf -*-

ForegroundColour=0,0,0
BackgroundColour=255,255,255
CursorColour=165,42,42

; Block, Underscore, Line.
CursorType=Block
CursorBlinks=yes

; 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
BoldAsFont=yes
FontHeight=10
AllowBlinking=no

FontSmoothing=None

BackspaceSendsBS=no
; Disable Windows Alt+Space and Alt+Enter shortcuts.
WindowShortcuts=no
; Enable font zooming shortcuts Ctrl+plus/minus/zero.
ZoomShortcuts=yes
; Shift, Ctrl, Alt, Off.
ScrollMod=Shift

CopyAsRTF=yes

; Use mouse copy on select like in X window.
CopyOnSelect=1

BellSound=0

Term=xterm-256color
Answerback=

Columns=120
Rows=40
Scrollbar=1
ScrollbackLines=10000
ConfirmExit=1