(svn r2937) Add sprites for {, |, } and ~

This commit is contained in:
tron
2005-09-10 15:52:19 +00:00
parent 2ce1cdd03f
commit 1236874baf
4 changed files with 8 additions and 3 deletions

View File

@@ -389,6 +389,8 @@ static const CmdStruct _cmd_structs[] = {
// New line
{"", EmitSingleByte, 10, 0, C_DONTCOUNT},
{"{", EmitSingleByte, '{', 0, C_DONTCOUNT},
// Colors
{"BLUE", EmitSingleByte, 15, 0},
{"SILVER", EmitSingleByte, 16, 0},