mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
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){
|
||||
case '\r': return '\n';
|
||||
case '\b': return 127;
|
||||
case 127: return '\b';
|
||||
case NSUpArrowFunctionKey: return Kup;
|
||||
case NSDownArrowFunctionKey: return Kdown;
|
||||
|
|
Loading…
Reference in a new issue