Remove unnecessary trailing newlines
[qemu] / console.c
2008-11-24 aliguoriIntroduce accessors for DisplayState (Stefano Stabellini)
2008-09-24 balrogReintroduce TEXT_CONSOLE_FIXED_SIZE and TEXT_CONSOLE...
2008-09-24 balrogDon't use ds->dpy_copy directly from hw/ (Jan Niehusmann).
2008-09-02 aurel32Fix typo in console.c comment
2008-07-19 balrogForce screen resize if no buffer set (Avi Kivity).
2008-07-19 balrogPretend to be the active console while a screendump...
2008-07-01 pbrookImplement resolution switching in common console code.
2008-02-10 balrogAdd an ncurses UI.
2007-11-18 pbrookAdd statics and missing #includes for prototypes.
2007-11-17 pbrookBreak up vl.h.
2007-10-30 balrogMiscellaneous VNC related fixes from Xen forwarded...
2007-09-17 thsfind -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again...
2007-09-16 thsfind -type f | xargs sed -i 's/[\t ]$//g' # on most...
2007-07-11 thsNew features for QEMU text console, by Stefan Weil.
2007-02-10 thsSerial console improvements, by Stefan Weil.
2007-01-27 pbrookRearrange char event handlers to fix CHR_EVENT_RESET.
2007-01-16 thsImproved console handling, thanks Stefan Weil.
2007-01-05 thsReinitialize monitor upon reconnect, by Anthony Liguori.
2006-07-14 bellardfixed LF interpretation
2006-06-25 bellardavoid name conflicts
2006-06-25 bellardsend correctly long key sequences on slow terminals...
2006-04-09 pbrookAllow multiple graphics devices.
2006-03-11 pbrookImproved terminal emulation (Piotr Esden-Tempski).
2004-10-09 bellardmonitor fixes (Johannes Schindelin)
2004-08-01 bellardconsole focus support
2004-07-14 bellardvirtual console