summaryrefslogtreecommitdiffstats
path: root/curses.c
Commit message (Expand)AuthorAgeFilesLines
* Revert 'Fix build'Blue Swirl2010-03-211-1/+1
* Revert "Convert atexit users to exit_notifier"Anthony Liguori2010-03-211-2/+1
* Fix buildBlue Swirl2010-03-201-6/+1
* Convert atexit users to exit_notifierAnthony Liguori2010-03-191-1/+2
* Fix curses interaction with keymapsSamuel Thibault2010-03-061-45/+44
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-2/+2
* Get rid of _t suffixmalc2009-10-011-2/+2
* curses: save 250MB of memoryAurelien Jarno2009-09-151-3/+0
* Fix Sparse warnings: "Using plain integer as NULL pointer"Blue Swirl2009-07-311-1/+1
* DisplayAllocator interface (Stefano Stabellini)aliguori2009-03-131-1/+1
* Sparse fixes: NULL use, header order, ANSI prototypes, staticblueswir12009-03-071-5/+4
* Refactor keymap code to avoid duplication ("Daniel P. Berrange")aliguori2009-03-061-2/+1
* toplevel: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori2009-02-051-2/+0
* fix curses interface (Stefano Stabellini)aliguori2009-01-211-1/+3
* DisplayState interface change (Stefano Stabellini)aliguori2009-01-151-18/+20
* Reintroduce TEXT_CONSOLE_FIXED_SIZE and TEXT_CONSOLE for resizable vc's.balrog2008-09-241-1/+1
* Handle terminating signals (Gerd Hoffmann)aliguori2008-08-211-2/+0
* Preliminary OpenBSD host support (based on OpenBSD patches by Todd T. Fries)blueswir12008-08-151-0/+4
* The non-ncurses curses doesn't have resize_term, so make resizing conditional.balrog2008-02-221-2/+4
* Add an ncurses UI.balrog2008-02-101-0/+370
OpenPOWER on IntegriCloud