Fix Bug #251: ASC #:# with null byte doesn't mark up properly

This commit is contained in:
michaelangel007
2014-12-11 09:41:42 -08:00
parent c2d6f5b026
commit d6002721e5
3 changed files with 23 additions and 7 deletions
+3 -1
View File
@@ -47,7 +47,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#define ALLOW_INPUT_LOWERCASE 1
// See /docs/Debugger_Changelog.txt for full details
const int DEBUGGER_VERSION = MAKE_VERSION(2,8,0,6);
const int DEBUGGER_VERSION = MAKE_VERSION(2,8,0,7);
// Public _________________________________________________________________________________________
@@ -4691,6 +4691,8 @@ int g_nTextScreen = 0;
23 17 0001_0111 -> $7D0 0111 1101 0000
*/
// Convert ctrl characters to displayable
// Note: FormatCharTxtCtrl() and RemapChar()
static char RemapChar(const char c)
{
if ( c < 0x20 )