From 29a8ba31c166b1d467625506738e2cc10977fd9f Mon Sep 17 00:00:00 2001 From: Peter Veenstra Date: Sat, 13 Jan 2007 09:58:26 +0000 Subject: [PATCH] change startup message a bit. (suggestions by Red_Avatar) Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2761 --- src/shell/shell.cpp | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/shell/shell.cpp b/src/shell/shell.cpp index 5b2ccb2d..4707419e 100644 --- a/src/shell/shell.cpp +++ b/src/shell/shell.cpp @@ -16,7 +16,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* $Id: shell.cpp,v 1.80 2007-01-10 09:04:33 qbix79 Exp $ */ +/* $Id: shell.cpp,v 1.81 2007-01-13 09:58:26 qbix79 Exp $ */ #include #include @@ -456,10 +456,11 @@ void SHELL_Init() { "\033[44;1m\xC9\xCD\xCD\xCD\xCD\xCD\xCD\xCD\xCD\xCD\xCD\xCD\xCD\xCD\xCD\xCD\xCD\xCD\xCD\xCD\xCD\xCD\xCD\xCD" "\xCD\xCD\xCD\xCD\xCD\xCD\xCD\xCD\xCD\xCD\xCD\xCD\xCD\xCD\xCD\xCD\xCD\xCD\xCD\xCD\xCD\xCD\xCD\xCD" "\xCD\xCD\xCD\xCD\xCD\xCD\xCD\xCD\xCD\xCD\xCD\xCD\xCD\xCD\xCD\xCD\xCD\xCD\xCD\xCD\xCD\xBB\n" - "\xBA \033[32mDOSBox Shell v" VERSION "\033[37m \xBA\n" - "\xBA DOSBox runs real and protected mode games. \xBA\n" + "\xBA \033[32mWelcome to DOSBox v" VERSION "\033[37m \xBA\n" + "\xBA \xBA\n" +// "\xBA DOSBox runs real and protected mode games. \xBA\n" + "\xBA For a short introduction for new users type: \033[33mINTRO\033[37m \xBA\n" "\xBA For supported shell commands type: \033[33mHELP\033[37m \xBA\n" - "\xBA For a short introduction type: \033[33mINTRO\033[37m \xBA\n" "\xBA \xBA\n" "\xBA If you want more speed, try \033[31mctrl-F8\033[37m and \033[31mctrl-F12\033[37m. \xBA\n" "\xBA To activate the keymapper \033[31mctrl-F1\033[37m. \xBA\n"