Remove hard-coded terminal width which doesn't work on smaller width screens
This commit is contained in:
parent
a4f3fd9c5e
commit
c6e8e8038f
1 changed files with 0 additions and 1 deletions
|
|
@ -220,7 +220,6 @@ class CodeView( object ):
|
|||
|
||||
options = {
|
||||
'vertical': 1,
|
||||
'term_cols': 80,
|
||||
'norestore': 1,
|
||||
'cwd': cwd,
|
||||
'env': env,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue