aboutsummaryrefslogtreecommitdiffstats
path: root/curses.c
AgeCommit message (Expand)AuthorFilesLines
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-2/+2
2009-10-01Get rid of _t suffixmalc1-2/+2
2009-09-15curses: save 250MB of memoryAurelien Jarno1-3/+0
2009-07-31Fix Sparse warnings: "Using plain integer as NULL pointer"Blue Swirl1-1/+1
2009-03-13DisplayAllocator interface (Stefano Stabellini)aliguori1-1/+1
2009-03-07Sparse fixes: NULL use, header order, ANSI prototypes, staticblueswir11-5/+4
2009-03-06Refactor keymap code to avoid duplication ("Daniel P. Berrange")aliguori1-2/+1
2009-02-05toplevel: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori1-2/+0
2009-01-21fix curses interface (Stefano Stabellini)aliguori1-1/+3
2009-01-15DisplayState interface change (Stefano Stabellini)aliguori1-18/+20
2008-09-24Reintroduce TEXT_CONSOLE_FIXED_SIZE and TEXT_CONSOLE for resizable vc's.balrog1-1/+1
2008-08-21Handle terminating signals (Gerd Hoffmann)aliguori1-2/+0
2008-08-15Preliminary OpenBSD host support (based on OpenBSD patches by Todd T. Fries)blueswir11-0/+4
2008-02-22The non-ncurses curses doesn't have resize_term, so make resizing conditional.balrog1-2/+4
2008-02-10Add an ncurses UI.balrog1-0/+370