Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ce4044e

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

2 files changed

+2-2Lines changed: 2 additions & 2 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎bpython/config.py‎

Copy file name to clipboardExpand all lines: bpython/config.py
+1-1Lines 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',
Collapse file

‎setup.py‎

Copy file name to clipboardExpand all lines: setup.py
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.