Views:
3,049
Votes: 3
✅ Solution
Tags:
command-line
resize
Link:
🔍 See Original Answer on Ask Ubuntu ⧉ 🔗
URL:
https://askubuntu.com/q/1092620
Title:
Can't set window size under VT100 emulation
ID:
/2018/11/13/Can_t-set-window-size-under-VT100-emulation
Created:
November 13, 2018
Upload:
September 15, 2024
Layout: post
TOC:
false
Navigation: false
Copy to clipboard: false
Instead of using:
$ resize 40 80
resize: Can't set window size under VT100 emulation
Try using:
printf '\e[8;40;80t'
You can also use Edit
-> Profile preferences
and set the initial screen size every time your terminal opens.