aboutsummaryrefslogtreecommitdiff
path: root/readline.c
AgeCommit message (Expand)Author
2009-03-05monitor: Improve mux'ed console experience (Jan Kiszka)aliguori
2009-03-05monitor: Introduce ReadLineState (Jan Kiszka)aliguori
2009-03-05monitor: Rework API (Jan Kiszka)aliguori
2009-03-05monitor: Break out readline_show_prompt (Jan Kiszka)aliguori
2009-02-05toplevel: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori
2008-12-13Remove unnecessary trailing newlinesblueswir1
2008-11-16Attached patch fixes a series of this warningblueswir1
2007-12-17Handle history additions properly, by Andreas Schwab.ths
2007-11-17Break up vl.h.pbrook
2007-09-25Improve completion in monitor, by Pascal Terjan.ths
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths
2007-08-26Reset buffer pointers after CR/LF, by Jim Paris.ths
2007-06-25Implement ^W in readline.c, by Michal Hanselmann.ths
2004-08-01separated readline from monitor code - added password input support - added o...bellard