Don't show scrollbar in mintty

See https://mintty.github.io/mintty.1.html
This commit is contained in:
Fernando Schauenburg 2017-11-09 18:21:34 +01:00
parent 398dcb66af
commit 3145a42c1e

View file

@ -6,6 +6,6 @@ Font=Consolas
FontHeight=9 FontHeight=9
Locale=en_US Locale=en_US
Rows=60 Rows=60
Scrollbar=0 Scrollbar=none
Term=xterm-256color Term=xterm-256color
Transparency=off Transparency=off