Add COLOR_CHAR and BELL_CHAR defines to replace open-coded values

This commit is contained in:
Kevin Easton
2015-06-16 19:06:30 +10:00
parent aa3dc1939d
commit 563493dd6a
6 changed files with 30 additions and 26 deletions

View File

@@ -333,7 +333,7 @@ BUILT_IN_COMMAND(lastlog)
continue;
}
else
match = "\007";
match = BELL_CHAR_STR;
}
else if (!my_strnicmp(arg, "CLEAR", len))
{