]> git.ipfire.org Git - thirdparty/qemu.git/commit
curses: save 250MB of memory
authorAurelien Jarno <aurelien@aurel32.net>
Mon, 14 Sep 2009 22:21:35 +0000 (00:21 +0200)
committerAurelien Jarno <aurelien@aurel32.net>
Mon, 14 Sep 2009 22:27:40 +0000 (00:27 +0200)
commit36170c5faf3c1404e36d1e96858732380d4db6c9
tree00c621e6b6bff02ec79b509f2e0f227d8173f8fa
parentc2723a9606dae5af5c614a55296ee37e2ed7801a
curses: save 250MB of memory

Don't call curses_resize() at the end of curses_display_init() as height
and width are not yet defined. It will be called later by code from
vl.c.

This save 250MB of memory when using -curses.

Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
curses.c