Skip to content

Commit ce4044e

Browse files
fmtstr dependency version bump
--HG-- branch : scroll-frontend extra : amend_source : ed230cea306336b05d4edfcdbbc068340ef7e1da
1 parent 9a4a71a commit ce4044e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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' : False,
101+
'fill_terminal' : True,
102102
},
103103
'gtk': {
104104
'font': 'monospace 10',

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ def initialize_options(self):
153153
'pygments'
154154
],
155155
extras_require = {
156-
'scroll': ['fmtstr>=0.0.11']
156+
'scroll': ['fmtstr>=0.0.13']
157157
},
158158
tests_require = ['mock'],
159159
packages = ["bpython", "bpython.test", "bpython.translations", "bpdb", "bpython.scrollfrontend"],

0 commit comments

Comments
 (0)