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

@@ -2853,7 +2853,7 @@ BUILT_IN_FUNCTION(function_nohighlight, input)
case BOLD_TOG:
case BLINK_TOG:
case ALL_OFF:
case '\003':
case COLOR_CHAR:
case '\033':
{
*ptr++ = REV_TOG;