Fix typo in readme & fix new line before settings

This commit is contained in:
Andrew Pamment 2016-04-11 19:42:16 +10:00
parent 7d3cf217cb
commit ae411a9eb5
2 changed files with 3 additions and 3 deletions

View File

@ -38,14 +38,14 @@ If you want to install Magicka BBS, follow these steps.
6. Copy the config-default directory to a config directory.
`cp -r config-default config`
`cp -r config_default config`
7. Edit the config files and update essential information, like system paths and BBS name etc
8. Copy the ansi-default directory to the one specified in your system path
eg.
`cp -r ansi-default ansi`
`cp -r ansi_default ansis`
9. Run Magicka BBS on a port over 1024 (Below require root, and we're not ready for that).

View File

@ -10,7 +10,7 @@ void settings_menu(int sock, struct user_record *user) {
char c;
while (!dosettings) {
s_putstring(sock, "\e[1;32mYour Settings\r\n");
s_putstring(sock, "\r\n\e[1;32mYour Settings\r\n");
s_putstring(sock, "\e[1;30m-------------------------------------------------------------------------------\e[0m\r\n");
s_putstring(sock, "\e[0;36mP. \e[1;37mPassword (\e[1;33mNot Shown\e[1;37m)\r\n");
sprintf(buffer, "\e[0;36mL. \e[1;37mLocation (\e[1;33m%s\e[1;37m)\r\n", user->location);