Skip to content

Commit

Permalink
Merge pull request #10498 from Mytherin/disablecompletionrendering
Browse files Browse the repository at this point in the history
Linenoise: Disable automatic auto-complete rendering by default for now
  • Loading branch information
Mytherin committed Feb 7, 2024
2 parents ebb3b19 + 0f7e335 commit 1122a07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/shell/linenoise/rendering.cpp
Expand Up @@ -7,7 +7,7 @@
namespace duckdb {
static const char *continuationPrompt = "> ";
static const char *continuationSelectedPrompt = "> ";
static bool enableCompletionRendering = true;
static bool enableCompletionRendering = false;
static bool enableErrorRendering = true;

void Linenoise::EnableCompletionRendering() {
Expand Down

0 comments on commit 1122a07

Please sign in to comment.