Skip to content

Commit

Permalink
Fix PC-98 welcome screen alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
maron2000 committed Jan 13, 2024
1 parent fe9b696 commit db33653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shell/shell.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -763,7 +763,7 @@ void showWelcome(Program *shell) {
"\x86\x44\x86\x44\x86\x44\x86\x44\x86\x44\x86\x44\x86\x44\x86\x44\x86\x44\x86\x44\x86\x44\x86\x44"
"\x86\x44\x86\x44\x86\x44\x86\x44\x86\x44\x86\x44\x86\x44\x86\x44\x86\x44\x86\x44\x86\x44\x86\x44"
"\x86\x44\x86\x44\x86\x44\x86\x44\x86\x44\x86\x44\x86\x44\x86\x44\x86\x44\x86\x56\n"));
shell->WriteOut(ParseMsg((std::string("\x86\x46 \033[32m")+(MSG_Get("SHELL_STARTUP_TITLE")+std::string(" ")).substr(0,30)+std::string(" \033[33m%*s\033[37m \x86\x46\n")).c_str()),34,verstr.c_str());
shell->WriteOut(ParseMsg((std::string("\x86\x46 \033[32m")+(MSG_Get("SHELL_STARTUP_TITLE")+std::string(" ")).substr(0,22)+std::string(" \033[33m%*s\033[37m \x86\x46\n")).c_str()),42,verstr.c_str());
shell->WriteOut(ParseMsg("\x86\x46 \x86\x46\n"));
shell->WriteOut(ParseMsg((std::string("\x86\x46 ")+MSG_Get("SHELL_STARTUP_HEAD1_PC98")+std::string(" \x86\x46\n")).c_str()));
shell->WriteOut(ParseMsg("\x86\x46 \x86\x46\n"));
Expand Down

0 comments on commit db33653

Please sign in to comment.