devdraw: stop redirecting ^H in cocoa-metal (#209)
This commit is contained in:
parent
5517aa0340
commit
317c3cdb76
1 changed files with 0 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue