Remove hard-coded terminal width which doesn't work on smaller width screens

This commit is contained in:
Ben Jackson 2020-07-11 16:51:18 +01:00
commit c6e8e8038f

View file

@ -220,7 +220,6 @@ class CodeView( object ):
options = {
'vertical': 1,
'term_cols': 80,
'norestore': 1,
'cwd': cwd,
'env': env,