diff options
author | drh <drh@noemail.net> | 2014-02-10 19:36:06 +0000 |
---|---|---|
committer | drh <drh@noemail.net> | 2014-02-10 19:36:06 +0000 |
commit | ba47ba76a51e4be67f93213c22ac5015005f6f18 (patch) | |
tree | 48767fdacfa3f8153c9995417938a888bc72e31e /src | |
parent | 1247aa4e4ae3ceaa92817a38c834f5c67fff950c (diff) | |
download | sqlite-ba47ba76a51e4be67f93213c22ac5015005f6f18.tar.gz sqlite-ba47ba76a51e4be67f93213c22ac5015005f6f18.zip |
On unix, make the "transient in-memory database" text bold, but not red.
Leave the text read on windows.
FossilOrigin-Name: c9eba2f7be468ae7fc843ffd5b09bd062ee311c3
Diffstat (limited to 'src')
-rw-r--r-- | src/shell.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shell.c b/src/shell.c index 82b1fdf96..9f1d2a9a4 100644 --- a/src/shell.c +++ b/src/shell.c @@ -3516,7 +3516,7 @@ static void outputNormal(void){ } #else static void outputRed(void){ - printf("\033[1;31m"); + printf("\033[1m"); } static void outputNormal(void){ printf("\033[0m"); |