.minttyrc
author Oleksandr Gavenko <gavenkoa@gmail.com>
Mon, 07 Aug 2017 23:45:13 +0300
changeset 875 aa6281647f6a
parent 861 4d8e47e0ee00
child 876 1e5253aeb668
permissions -rw-r--r--
Improve visibility of yellow and green colors.


ForegroundColour=black
BackgroundColour=white
CursorColour=brown
Yellow=orange
BoldYellow=DarkOrange
Green=MediumSeaGreen
BoldGreen=MediumSeaGreen

# 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
# 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=

Columns=120
Rows=40
Scrollbar=right
ScrollbackLines=10000
ConfirmExit=yes