devdraw: stop redirecting ^H in cocoa-metal (#209)

This commit is contained in:
Xiao-Yong 2019-04-05 13:11:11 -06:00 committed by Russ Cox
parent 5517aa0340
commit 317c3cdb76

View file

@ -857,7 +857,6 @@ keycvt(uint code)
{
switch(code){
case '\r': return '\n';
case '\b': return 127;
case 127: return '\b';
case NSUpArrowFunctionKey: return Kup;
case NSDownArrowFunctionKey: return Kdown;