# HG changeset patch # User Oleksandr Gavenko # Date 1273670651 -10800 # Node ID 694e2a0efb4deb2ec9652fb3cd642470c9905350 # Parent a7d0fff4bef0fb44c0e40c4d3428dcf238ad8dff Added basic config for .minttyrc. diff -r a7d0fff4bef0 -r 694e2a0efb4d .minttyrc --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.minttyrc Wed May 12 16:24:11 2010 +0300 @@ -0,0 +1,32 @@ +; -*- 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] +Font=Lucida Console +FontIsBold=0 +FontHeight=10 + +FontQuality=0 + +[Keys] +AltSendsESC=0 +BackspaceSendsBS=0 + +[Output] +BellSound=0 + +Term=xterm-256color +Answerback= + +[Window] +Columns=120 +Rows=40