]> granicus.if.org Git - icinga2/commit
Implement support for libedit
authorGunnar Beutner <gunnar@beutner.name>
Tue, 17 Mar 2015 09:42:46 +0000 (10:42 +0100)
committerGunnar Beutner <gunnar@beutner.name>
Tue, 17 Mar 2015 14:05:47 +0000 (15:05 +0100)
commit37736caa5c6da877118e7c4b5c584c55f9ed8ec4
treeffad2a82f780b801b1eab2a04d16d47c15b5c73e
parent70cbb5a624c1e1df03a951f7ee73bec79c93b4f5
Implement support for libedit

fixes #8776
13 files changed:
CMakeLists.txt
INSTALL.md
config.h.cmake
icinga-app/CMakeLists.txt
icinga-app/icinga2.cmake [new file with mode: 0644]
icinga2.spec
lib/base/console.cpp
lib/base/console.hpp
lib/cli/CMakeLists.txt
lib/cli/consolecommand.cpp
lib/cli/editline.hpp [new file with mode: 0644]
third-party/cmake/FindEditline.cmake [new file with mode: 0644]
third-party/cmake/FindTermcap.cmake [new file with mode: 0644]