diff options
author | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-03-18 06:51:54 +0000 |
---|---|---|
committer | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-03-18 06:51:54 +0000 |
commit | 052caf705aa7009fa2ff08f10976d797e6c3cfe2 (patch) | |
tree | 8d029de2b5b3f8ab8ce32396b33a887fc58895d8 /qemu-doc.texi | |
parent | 8879d139bbe4b8c608108fa04f36776051126dfa (diff) |
Documentation for the -curses option
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4078 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'qemu-doc.texi')
-rw-r--r-- | qemu-doc.texi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/qemu-doc.texi b/qemu-doc.texi index f9924d286f..c43df5051a 100644 --- a/qemu-doc.texi +++ b/qemu-doc.texi @@ -400,6 +400,12 @@ command line application. The emulated serial port is redirected on the console. Therefore, you can still use QEMU to debug a Linux kernel with a serial console. +@item -curses + +Normally, QEMU uses SDL to display the VGA output. With this option, +QEMU can display the VGA output when in text mode using a +curses/ncurses interface. Nothing is displayed in graphical mode. + @item -no-frame Do not use decorations for SDL windows and start them using the whole |