mu-server: restore readline-support

Restore readline support for `mu server' (but _only_ when readline is
found and when in tty mode)
This commit is contained in:
Dirk-Jan C. Binnema
2020-05-25 18:32:10 +03:00
parent 57d38aa707
commit b60cfc7df2
5 changed files with 196 additions and 11 deletions

View File

@ -53,6 +53,8 @@ libmu_utils_la_SOURCES= \
mu-log.h \
mu-command-parser.cc \
mu-command-parser.hh \
mu-readline.cc \
mu-readline.hh \
mu-sexp-parser.cc \
mu-sexp-parser.hh \
mu-str.c \