From 896e5e7dedf9b9b1459fa019f1fa8aa8101fdf43 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Fri, 13 Oct 2023 14:28:47 +0200 Subject: [PATCH] disable command history --- src/base/cmd/cmdHist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/base/cmd/cmdHist.c b/src/base/cmd/cmdHist.c index 0aaf6d5cf..109c8e682 100644 --- a/src/base/cmd/cmdHist.c +++ b/src/base/cmd/cmdHist.c @@ -30,7 +30,7 @@ ABC_NAMESPACE_IMPL_START /// DECLARATIONS /// //////////////////////////////////////////////////////////////////////// -#define ABC_USE_HISTORY 1 +// #define ABC_USE_HISTORY 1 //////////////////////////////////////////////////////////////////////// /// FUNCTION DEFINITIONS ///