Rio (program)

From Free net encyclopedia

Template:Lowercase rio is Plan 9's window system. It embodies key Plan 9 design concepts due to two main features:

  • Each window runs in its own private namespace.
  • It exports a file system interface to running applications.
  • This interface is the same rio receives from the operating system, allowing rio to run inside a rio window without any special arrangements.
  • Because the interface uses 9P, rio is network transparent even if it doesn't include any network aware code.
  • Windows are treated as completely editable text.

In previous editions, the windowing system was known as 8½.

See also

External links

Template:Plan9-stub