# HG changeset patch # User Meredith Howard # Date 1401689766 14400 # Node ID ce68232dec2c4d9b3da1e69c9f2e01a13c1341cf # Parent e24163388132809b3285ffd7df52c8db02594f4d mintty: don't scroll on pgup/dn w/o modifiers diff --git a/.minttyrc b/.minttyrc --- a/.minttyrc +++ b/.minttyrc @@ -16,4 +16,5 @@ BoldMagenta=253,222,246 Cyan=35,237,218 BoldCyan=107,243,230 White=171,171,171 -BoldWhite=249,249,249 \ No newline at end of file +BoldWhite=249,249,249 +PgUpDnScroll=no