summaryrefslogtreecommitdiffstats
path: root/util/readline.c
Commit message (Collapse)AuthorAgeFilesLines
* readline: Clear screen on form feed.Hani Benhabiles2014-06-111-0/+9
| | | | | Signed-off-by: Hani Benhabiles <hani@linux.com> Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
* readline: Make completion strings always uniqueHani Benhabiles2014-06-111-0/+6
| | | | | | | | There is no need to clutter the user's choices with repeating the same value multiple times. Signed-off-by: Hani Benhabiles <hani@linux.com> Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
* readline: Sort completions before printing them.Hani Benhabiles2014-05-071-0/+7
| | | | | Signed-off-by: Hani Benhabiles <hani@linux.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
* readline: use g_strndup instead of open-coding itMichael Tokarev2014-05-071-3/+1
| | | | | Signed-off-by: Michael Tokarev <mjt@tls.msk.ru> Reviewed-by: Andreas Färber <afaerber@suse.de>
* readline: move readline to a generic locationStefan Hajnoczi2014-01-221-0/+495
Now that the monitor and readline are decoupled, readline.h no longer belongs in include/monitor/. Put the header into include/qemu/. Move the source file into util/ so it can be linked as part of libqemuutil.a. Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
OpenPOWER on IntegriCloud