]> git.proxmox.com Git - mirror_qemu.git/commit
unicore32-softmmu: Add a minimal curses screen support
authorGuan Xuetao <gxt@mprc.pku.edu.cn>
Fri, 10 Aug 2012 06:42:39 +0000 (14:42 +0800)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 11 Aug 2012 09:37:05 +0000 (09:37 +0000)
commitff5928d0f21ba66814600c81da2b31946ff2160e
tree371e5be9e18461e7a5f40c0e84cc926e9f1e71f4
parent1e5cdaa1cad65e7e5480cc43fffde8762cf84535
unicore32-softmmu: Add a minimal curses screen support

This patch adds a minimal curses screen support for unicore32-softmmu.
We assume 80*30 screen size to minimize the implementation.
Two problems are not solved, but they are innocuous.
1. curses windows will be blank when switching to monitor screen and back
2. backspace is not handled yet

v1->v2: add extra handler for '\r'

Signed-off-by: Zhang Mengchi <zhangmengchi@mprc.pku.edu.cn>
Signed-off-by: Guan Xuetao <gxt@mprc.pku.edu.cn>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
target-unicore32/helper.c