efi icon indicating copy to clipboard operation
efi copied to clipboard

Change Console to the triad of stdin, stdout and stderr

Open gurry opened this issue 7 years ago • 0 comments

The goal is surface three objects, StdIn, StdOut and StdErr like in the Rust std lib instead of Console. Console could still be retained possibly for things like changing console settings.

Current status:

  • [x] Create StdIn
  • [x] Create StdOut
  • [ ] Create StdErr

gurry avatar Jun 18 '18 00:06 gurry