monome / druid

terminal interface for crow
GNU General Public License v3.0
35 stars 16 forks source link

protect against p,h and q vars #53

Closed trentgill closed 5 years ago

trentgill commented 5 years ago

Before this PR, if you try and set a variable called p, q or h, the parser would treat it as if you were calling the special druid commands. this solves this issue so that the letter's must be the only text entered.