Jump to content
  • Sky
  • Blueberry
  • Slate
  • Blackcurrant
  • Watermelon
  • Strawberry
  • Orange
  • Banana
  • Apple
  • Emerald
  • Chocolate
  • Charcoal

polyzium

Members
  • Content Count

    2
  • Joined

  • Last visited

  1. Heh, I was very pissed off how OpenOS handles control characters, especially if some programs use carriage return for a loading bar, like pip I guess I was right that someone from OC team tried to support all line endings at once. Would it be a good idea to add a command that switches the CR+LF method? Something like "linemode lf"? About backspace. I suspect it was never implemented because there was no use for it in OpenOS. But yeah for a thing like my terminal program it should have been. Also yeah, these improved libraries are from some old OpenOS installation, I bet you've bee
  2. This is the project I was working on 2 months ago or so. I couldn't find a real shell client for OC, so I had to create one by myself. That's how NGSH was born. Contributions and pull requests are welcome There are two versions: The first one uses the Python pyte library for terminal emulation, but it is very slow (it redraws everything) and has no colour support. The second one (I called it PTY) takes advantage of OpenOS's VT100 library, which is fast and has colour, but very broken and inaccurate due to missing checks and/or escape sequences. I may get back to serve
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.