Couple adjustments to the tab handling, added MXP here and there, and added a toggler '\t' to the improved editor to grant access to tabs.

This commit is contained in:
Vatiken 2012-02-27 01:04:09 +00:00
parent bf26d79323
commit 70d7785fea
11 changed files with 49 additions and 37 deletions

View file

@ -264,12 +264,12 @@ int use_new_socials = YES;
const char *MENU =
"\r\n"
"Welcome to tbaMUD!\r\n"
"0) Exit from tbaMUD.\r\n"
"1) Enter the game.\r\n"
"2) Enter description.\r\n"
"3) Read the background story.\r\n"
"4) Change password.\r\n"
"5) Delete this character.\r\n"
"\t(0\t)) Exit from tbaMUD.\r\n"
"\t(1\t)) Enter the game.\r\n"
"\t(2\t)) Enter description.\r\n"
"\t(3\t)) Read the background story.\r\n"
"\t(4\t)) Change password.\r\n"
"\t(5\t)) Delete this character.\r\n"
"\r\n"
" Make your choice: ";