The Cookie Machine - Click here to drag window

DUMMY TEXT - Real text set in assets/js/theCookieMachine.js

If you can read me, I'm broken!

Views: 2,837     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: April 8, 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.

⇧ Ubuntu 18.04 not detecting full RAM size Downgrade of kernel fails  ⇩