Separated tty drivers for mbsebbs and mbnewusr

This commit is contained in:
Michiel Broek
2004-10-27 11:08:09 +00:00
parent d828e13b14
commit fd8eb8b6f3
127 changed files with 1951 additions and 1712 deletions

View File

@@ -376,7 +376,7 @@ void command_list(char *cmd)
send_nntp("503 Function not available");
msleep(1); /* For the linker only */
colour(0, 0);
mbse_colour(0, 0);
}

View File

@@ -78,7 +78,7 @@ void die(int onsig)
ExitClient(onsig);
msleep(1); /* For the linker only */
colour(0, 0);
mbse_colour(0, 0);
}