.minttyrc
author Oleksandr Gavenko <gavenkoa@gmail.com>
Wed, 12 May 2010 19:34:59 +0300
changeset 82 2f0be98abaf0
parent 81 1989eb1cecc8
child 83 886bb3390ef4
permissions -rw-r--r--
Use 'Courier New' font as it much better looks then 'Lucida Console'.

; -*- mode: conf -*-

[Looks]
ForegroundColour=0,0,0
BackgroundColour=255,255,255
CursorColour=165,42,42

; Block (0), Underscore (1), Line (2)
CursorType=0

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
FontIsBold=0
FontHeight=10

FontQuality=0

[Keys]
AltSendsESC=0
BackspaceSendsBS=0

[Output]
BellSound=0

Term=xterm-256color
Answerback=

[Window]
Columns=120
Rows=40