Show More
@@ -156,11 +156,13 b' class ConsoleWidget(LoggingConfigurable, QtGui.QWidget):' | |||||
156 | """) |
|
156 | """) | |
157 |
|
157 | |||
158 | width = Integer(81, config=True, |
|
158 | width = Integer(81, config=True, | |
159 |
help="""The width of the console at start time in number |
|
159 | help="""The width of the console at start time in number | |
|
160 | of characters (will double with `hsplit` paging) | |||
160 | """) |
|
161 | """) | |
161 |
|
162 | |||
162 | height = Integer(25, config=True, |
|
163 | height = Integer(25, config=True, | |
163 |
help="""The height of the console at start time in number |
|
164 | help="""The height of the console at start time in number | |
|
165 | of characters (will double with `vsplit` paging) | |||
164 | """) |
|
166 | """) | |
165 |
|
167 | |||
166 | # Whether to override ShortcutEvents for the keybindings defined by this |
|
168 | # Whether to override ShortcutEvents for the keybindings defined by this |
General Comments 0
You need to be logged in to leave comments.
Login now