Add COLOR_CHAR and BELL_CHAR defines to replace open-coded values
This commit is contained in:
@@ -333,7 +333,7 @@ BUILT_IN_COMMAND(lastlog)
|
||||
continue;
|
||||
}
|
||||
else
|
||||
match = "\007";
|
||||
match = BELL_CHAR_STR;
|
||||
}
|
||||
else if (!my_strnicmp(arg, "CLEAR", len))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user