devdraw: stop redirecting ^H in cocoa-metal (#209)
This commit is contained in:
parent
5517aa0340
commit
317c3cdb76
@ -857,7 +857,6 @@ keycvt(uint code)
|
|||||||
{
|
{
|
||||||
switch(code){
|
switch(code){
|
||||||
case '\r': return '\n';
|
case '\r': return '\n';
|
||||||
case '\b': return 127;
|
|
||||||
case 127: return '\b';
|
case 127: return '\b';
|
||||||
case NSUpArrowFunctionKey: return Kup;
|
case NSUpArrowFunctionKey: return Kup;
|
||||||
case NSDownArrowFunctionKey: return Kdown;
|
case NSDownArrowFunctionKey: return Kdown;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user