How can I resize the command line window? #698
-
|
I’m a happy user of However, one issue that keeps bugging me — and perhaps I’ve not figured out how to do this — is resizing windows inside the terminal. For example, the command line window at the bottom contains about three lines and that's not enough to work. In Furthermore, a traceback in that command line shows the first few lines but misses the last ones, so I don’t actually know the exception. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
|
The process is arguably a little weird, but the functionality is there. The trick is to move the focus away from the input field. (E.g. just hit Cursor-right to focus the "Clear" field.) Then hit +/-, and the command line window should resize. If you have suggestions for a more streamlined approach, I'm all ears. HTH! |
Beta Was this translation helpful? Give feedback.
-
|
There’s no scrollback buffer for large output, is there? |
Beta Was this translation helpful? Give feedback.
The process is arguably a little weird, but the functionality is there. The trick is to move the focus away from the input field. (E.g. just hit Cursor-right to focus the "Clear" field.) Then hit +/-, and the command line window should resize.
If you have suggestions for a more streamlined approach, I'm all ears. HTH!