Complete the bracket support by adding to key listener

This commit is contained in:
Andy Williams 2014-11-09 18:49:17 +00:00
parent 0533a7c213
commit 02750ee4af
1 changed files with 2 additions and 0 deletions

View File

@ -47,6 +47,8 @@ static const struct
{"period", OP_DEC},
{"KP_Decimal", OP_DEC},
{"comma", OP_DEC},
{"parenleft", OP_OBRAK},
{"parenright", OP_CBRAK},
NULL
};