mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-08-08 19:00:27 +00:00
Change the defaut command prompts (reapply 82f2e758
)
This commit is contained in:
parent
dd14ec87da
commit
526e2276b0
1 changed files with 3 additions and 2 deletions
5
third_party/sqlite3/shell.c
vendored
5
third_party/sqlite3/shell.c
vendored
|
@ -1,3 +1,4 @@
|
||||||
|
/* clang-format off */
|
||||||
/* DO NOT EDIT!
|
/* DO NOT EDIT!
|
||||||
** This file is automatically generated by the script in the canonical
|
** This file is automatically generated by the script in the canonical
|
||||||
** SQLite source tree at tool/mkshellc.tcl. That script combines source
|
** SQLite source tree at tool/mkshellc.tcl. That script combines source
|
||||||
|
@ -11379,8 +11380,8 @@ static void main_init(ShellState *data) {
|
||||||
sqlite3_config(SQLITE_CONFIG_URI, 1);
|
sqlite3_config(SQLITE_CONFIG_URI, 1);
|
||||||
sqlite3_config(SQLITE_CONFIG_LOG, shellLog, data);
|
sqlite3_config(SQLITE_CONFIG_LOG, shellLog, data);
|
||||||
sqlite3_config(SQLITE_CONFIG_MULTITHREAD);
|
sqlite3_config(SQLITE_CONFIG_MULTITHREAD);
|
||||||
sqlite3_snprintf(sizeof(mainPrompt), mainPrompt,"sqlite> ");
|
sqlite3_snprintf(sizeof(mainPrompt), mainPrompt,"sqlite>: ");
|
||||||
sqlite3_snprintf(sizeof(continuePrompt), continuePrompt," ...> ");
|
sqlite3_snprintf(sizeof(continuePrompt), continuePrompt," ...>: ");
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue