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 Desktop Bugs, which is a bug assignee. -- desktop-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
