You are reading a single comment by @Gordon and its replies. Click here to read the full conversation.
  • Have you tried the delete global["\xff"].gfx code? Those lines sure look a lot like what I'd expect happens with the terminal (although the newest builds should stop that automatic newline at boot now)

  • See my code above.
    I think it's in:
    (line 11 quoted from above):

    E.setBootCode('delete global["\xff"].gfx');
    

    Also checked:

    >s = require('Storage');
    =function () { [native code] }
    >s.list()
    =[
      ".splash",
      ".bootcde"
     ]
    >s.read('.bootcde');
    ="delete global[\"\xFF\"].gfx"
    
About

Avatar for Gordon @Gordon started