.minttyrc
author Oleksandr Gavenko <gavenkoa@gmail.com>
Thu, 03 Jan 2019 13:56:48 +0200
changeset 921 51aac2ea3cf4
parent 914 0dba496629c9
child 947 2aa44aa54450
permissions -rw-r--r--
Use native apt-cyg bash completion.


ForegroundColour=black
BackgroundColour=white
CursorColour=brown
Black=black
# 696969
BoldBlack=DimGrey
# ff4500
Red=OrangeRed
# ff1493
BoldRed=DeepPink
# 228b22
Green=ForestGreen
# 3cb371
BoldGreen=MediumSeaGreen
# ffa500
Yellow=orange
# ffd700
BoldYellow=gold
# 000080
Blue=navy
# 0000ff
BoldBlue=blue
# b03060
Magenta=maroon
# ff00ff
BoldMagenta=magenta
# 008b8b
Cyan=DarkCyan
BoldCyan=DarkTurquoise
White=white
# f5f5f5
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
# 10 on low DPI, 12 on hi DPI
FontHeight=@CFG_FONT_SIZE@
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