From 9e8a0e5cf6e38f5c5d3bad9cf8a480be1da3f634 Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Sun, 23 Nov 2025 00:15:48 -0500 Subject: [PATCH] exprreplxx : disable debug for now --- examples/exprreplxx/exprreplxx.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/exprreplxx/exprreplxx.cpp b/examples/exprreplxx/exprreplxx.cpp index ced1a40b..b338bd2e 100644 --- a/examples/exprreplxx/exprreplxx.cpp +++ b/examples/exprreplxx/exprreplxx.cpp @@ -81,7 +81,7 @@ main() // rx.bind_key_internal(Replxx::KEY::control('p'), "history_previous"); // rx.bind_key_internal(Replxx::KEY::control('n'), "history_next"); - constexpr bool c_debug_flag = true; + constexpr bool c_debug_flag = false; reader rdr(c_debug_flag); rdr.begin_interactive_session();