Commit 052caf705aa7009fa2ff08f10976d797e6c3cfe2

Authored by aurel32
1 parent 8879d139

Documentation for the -curses option


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4078 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 6 additions and 0 deletions
qemu-doc.texi
... ... @@ -400,6 +400,12 @@ command line application. The emulated serial port is redirected on
400 400 the console. Therefore, you can still use QEMU to debug a Linux kernel
401 401 with a serial console.
402 402  
  403 +@item -curses
  404 +
  405 +Normally, QEMU uses SDL to display the VGA output. With this option,
  406 +QEMU can display the VGA output when in text mode using a
  407 +curses/ncurses interface. Nothing is displayed in graphical mode.
  408 +
403 409 @item -no-frame
404 410  
405 411 Do not use decorations for SDL windows and start them using the whole
... ...