summaryrefslogtreecommitdiff
path: root/lib/utils/mu-readline.cc
AgeCommit message (Collapse)Author
2023-07-25utils/readline: use fmt-based apisDirk-Jan C. Binnema
2023-06-27lib: update for api changes, update testsDirk-Jan C. Binnema
With the new Sexp. And expand unit tests.
2022-05-30mu-server: add a bit more debugging infoDirk-Jan C. Binnema
2021-10-20clang-format: update c/cc coding styleDirk-Jan C. Binnema
Update all cc code using .clang-format; please do so as well for future PRs etc.; emacs has a handy 'clang-format' mode to make this automatic. For comparing old changes with git blame, we can disregard this one using --ignore-rev (see https://www.moxio.com/blog/43/ignoring-bulk-change-commits-with-git-blame )
2020-05-25mu-server: restore readline-supportDirk-Jan C. Binnema
Restore readline support for `mu server' (but _only_ when readline is found and when in tty mode)