URI:
       tdevdraw: stop redirecting ^H in cocoa-metal (#209) - plan9port - [fork] Plan 9 from user space
  HTML git clone git://src.adamsgaard.dk/plan9port
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 317c3cdb76806629e8c2710b7fb9a69cc3e46867
   DIR parent 5517aa034025214e43fff6760140d3089d3baf80
  HTML Author: Xiao-Yong <jinxiaoyong@gmail.com>
       Date:   Fri,  5 Apr 2019 13:11:11 -0600
       
       devdraw: stop redirecting ^H in cocoa-metal (#209)
       
       
       Diffstat:
         M src/cmd/devdraw/cocoa-screen-metal… |       1 -
       
       1 file changed, 0 insertions(+), 1 deletion(-)
       ---
   DIR diff --git a/src/cmd/devdraw/cocoa-screen-metal.m b/src/cmd/devdraw/cocoa-screen-metal.m
       t@@ -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;