exprreplxx : disable debug for now
This commit is contained in:
parent
a3a98eb9da
commit
0c6a787515
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue