.minttyrc
author Oleksandr Gavenko <gavenkoa@gmail.com>
Mon, 09 Jul 2018 01:33:08 +0300
changeset 903 e4c0baf3fbb8
parent 902 86594abd9365
child 908 e69cc87ded5d
permissions -rw-r--r--
I can keep default preferred size. Maximize doesn't affect it.


ForegroundColour=black
BackgroundColour=white
CursorColour=brown
Black=black
BoldBlack=DimGrey
Red=OrangeRed
BoldRed=DeepPink
Green=ForestGreen
BoldGreen=MediumSeaGreen
Yellow=orange
BoldYellow=gold
Blue=navy
BoldBlue=blue
Magenta=maroon
BoldMagenta=magenta
Cyan=DarkCyan
BoldCyan=DarkTurquoise
White=white
BoldWhite=WhiteSmoke

# 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=12
AllowBlinking=no

FontSmoothing=None

BackspaceSendsBS=no
# Enable Ctrl+Ins and Shift+Ins.
ClipShortcuts=yes
# Disable Windows Alt+Space and Alt+Enter shortcuts.
WindowShortcuts=no
# Disable Ctrl+TAB and Ctrl+Shift+TAB shortcuts for use in screen(1).
SwitchShortcuts=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=yes
ClicksPlaceCursor=no
RightClickAction=menu

BellSound=no

Term=xterm-256color
Answerback=

# -w max
Window=max
Columns=160
Rows=40
Scrollbar=right
ScrollbackLines=10000
ConfirmExit=yes