From: drh Date: Mon, 10 Feb 2014 19:36:06 +0000 (+0000) Subject: On unix, make the "transient in-memory database" text bold, but not red. X-Git-Tag: version-3.8.4~79^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ba47ba76a51e4be67f93213c22ac5015005f6f18;p=thirdparty%2Fsqlite.git On unix, make the "transient in-memory database" text bold, but not red. Leave the text read on windows. FossilOrigin-Name: c9eba2f7be468ae7fc843ffd5b09bd062ee311c3 --- diff --git a/manifest b/manifest index 4419fb4d11..f555c4c7ec 100644 --- a/manifest +++ b/manifest @@ -1,5 +1,5 @@ -C In\sthe\scommand-line\sshell,\son\sthe\sbanner,\swarn\sabout\sthe\suse\sof\sa\ntransient\sin-memory\sdatabase\sin\sbold\sred\stext. -D 2014-02-10T19:27:05.611 +C On\sunix,\smake\sthe\s"transient\sin-memory\sdatabase"\stext\sbold,\sbut\snot\sred.\nLeave\sthe\stext\sread\son\swindows. +D 2014-02-10T19:36:06.410 F Makefile.arm-wince-mingw32ce-gcc d6df77f1f48d690bd73162294bbba7f59507c72f F Makefile.in 2ef13430cd359f7b361bb863504e227b25cc7f81 F Makefile.linux-gcc 91d710bdc4998cb015f39edf3cb314ec4f4d7e23 @@ -220,7 +220,7 @@ F src/random.c d10c1f85b6709ca97278428fd5db5bbb9c74eece F src/resolve.c 7eda9097b29fcf3d2b42fdc17d1de672134e09b6 F src/rowset.c 64655f1a627c9c212d9ab497899e7424a34222e0 F src/select.c c055a9fa25a4e7fc8c1652c44a31d6382dbb1e8a -F src/shell.c 7e4d5dcb21c860137748899d5025594cd993458e +F src/shell.c 8b549f83209f8b1df9490c9f50116a0c8ac4cae5 F src/sqlite.h.in eed7f7d66a60daaa7b4a597dcd9bad87aad9611b F src/sqlite3.rc 11094cc6a157a028b301a9f06b3d03089ea37c3e F src/sqlite3ext.h 886f5a34de171002ad46fae8c36a7d8051c190fc @@ -1152,7 +1152,7 @@ F tool/vdbe-compress.tcl 0cf56e9263a152b84da86e75a5c0cdcdb7a47891 F tool/warnings-clang.sh f6aa929dc20ef1f856af04a730772f59283631d4 F tool/warnings.sh d1a6de74685f360ab718efda6265994b99bbea01 F tool/win/sqlite.vsix 030f3eeaf2cb811a3692ab9c14d021a75ce41fff -P 90e9deae4a2bf63308a212226314aa7838c161d9 -R f1273e6958b105060eecb1997e0942c3 +P 0fbc0fcec1b3a67065fa0ebb49375bf675789edc +R 1d621b0234ebbbe4535aa1198b61b626 U drh -Z 7cce0cacf21f263fd79f8eafb0090d99 +Z 2f66f19a9b47ffbd33cb1946222fcf2d diff --git a/manifest.uuid b/manifest.uuid index 5af2c88934..8f0ec83094 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -0fbc0fcec1b3a67065fa0ebb49375bf675789edc \ No newline at end of file +c9eba2f7be468ae7fc843ffd5b09bd062ee311c3 \ No newline at end of file diff --git a/src/shell.c b/src/shell.c index 82b1fdf96a..9f1d2a9a41 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");