Skip to content

Commit 1312bcd

Browse files
changed scroll.fill_terminal config default to False
--HG-- branch : scroll-frontend
1 parent 4cbc0ae commit 1312bcd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bpython/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def loadini(struct, configfile):
9898
},
9999
'scroll': {
100100
'list_above' : False,
101-
'fill_terminal' : True,
101+
'fill_terminal' : False,
102102
},
103103
'gtk': {
104104
'font': 'monospace 10',

doc/sphinx/source/configuration-options.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -267,9 +267,9 @@ This refers to the ``[scroll]`` section in your config file.
267267

268268
fill_terminal
269269
^^^^^^^^^^^^^
270-
Default: True
270+
Default: False
271271

272-
Whether bpython should take up the whole terminal, and always display a status bar at the bottom.
272+
Whether bpython should clear the screen on start, and always display a status bar at the bottom.
273273

274274
list_above
275275
^^^^^^^^^^

0 commit comments

Comments
 (0)