From 3145a42c1e5c2b7e82f01fd9da49f5ac8d4ae237 Mon Sep 17 00:00:00 2001 From: Fernando Schauenburg Date: Thu, 9 Nov 2017 18:21:34 +0100 Subject: [PATCH] Don't show scrollbar in mintty See https://mintty.github.io/mintty.1.html --- minttyrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/minttyrc b/minttyrc index 69ba59d..88579f7 100644 --- a/minttyrc +++ b/minttyrc @@ -6,6 +6,6 @@ Font=Consolas FontHeight=9 Locale=en_US Rows=60 -Scrollbar=0 +Scrollbar=none Term=xterm-256color Transparency=off