danicoin/contrib/epee/src
jethro e1f3dfccc8 Add readline support to cli
This PR adds readline support to the daemon and monero-wallet-cli. Only
GNU readline is supported (e.g. not libedit) and there are cmake checks
to ensure this.

There is a cmake variable, Readline_ROOT_DIR that can specify a
directory to find readline, otherwise some default paths are searched.

There is also a cmake option, USE_READLINE, that defaults to ON. If set
to ON, if readline is not found, the build continues but without
readline support.

One negative side effect of using readline is that the color prompt in
the wallet-cli now has no color and just uses terminal default. I know
how to fix this but it's quite a big change so will tackle another time.
2017-06-18 10:08:37 -04:00
..
CMakeLists.txt Add readline support to cli 2017-06-18 10:08:37 -04:00
hex.cpp Simplified the implementation and features of span 2017-04-11 16:35:14 -04:00
http_auth.cpp Improvements for epee binary to hex functions: 2017-04-11 16:35:00 -04:00
mlog.cpp shared libs build (i.e. make debug) 2017-05-17 10:17:08 +09:00
readline_buffer.cpp Add readline support to cli 2017-06-18 10:08:37 -04:00
string_tools.cpp Fix freebsd build 2017-03-21 10:41:21 -04:00