Change the length of version field in infobox
Otherwise, infobox looks broken when version string has more than 8 characters.
This commit is contained in:
parent
e5234c7802
commit
59edc4d9b5
1 changed files with 1 additions and 1 deletions
|
@ -598,7 +598,7 @@ 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[32mWelcome to DOSBox %-8s\033[37m \xBA\n"
|
||||
"\xBA \033[32mWelcome to DOSBox %-48s\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"
|
||||
|
|
Loading…
Add table
Reference in a new issue