You can use an ANSI sequence to resize a terminal. The following works in gnome-terminal:
echo -en '\033[8;25;80t' && qemu -curses ... But it's somewhat impolite to resize a user's terminal automatically though. -- gnome-terminal should default to 80x25 for application compatibility https://bugs.launchpad.net/bugs/464783 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu-kvm in ubuntu. -- Ubuntu-server-bugs mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
