diff options
| author | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-26 16:38:00 -0400 |
|---|---|---|
| committer | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-26 16:38:00 -0400 |
| commit | 97d5c458cfa039d857301e1ca7d5af3beb37131d (patch) | |
| tree | b460cd850d0537eb71806ba30358840377b27688 /static/inferno/man1/9win.1 | |
| parent | b89dc2331a50c63f8b33272a5c4c61ab98abdaa3 (diff) | |
build: Better Build System
Diffstat (limited to 'static/inferno/man1/9win.1')
| -rw-r--r-- | static/inferno/man1/9win.1 | 71 |
1 files changed, 71 insertions, 0 deletions
diff --git a/static/inferno/man1/9win.1 b/static/inferno/man1/9win.1 new file mode 100644 index 00000000..c3d7e70e --- /dev/null +++ b/static/inferno/man1/9win.1 @@ -0,0 +1,71 @@ +.TH 9WIN 1 +.SH NAME +9win \- create a Plan 9 window within Inferno +.SH SYNOPSIS +.B 9win +[ +-s +] +[ +.B -x width +] +[ +.B -y height +] +[ +.IR cmd +[ +.I arg ... +] +] +.SH DESCRIPTION +.I 9win +creates a window for a graphical Plan 9 command (default +.BR rio ) +to run in. If provided, +.I width +and +.I height +give a desired width and height for the new window. +.I Cmd +gives the command to run, +and +.I arg +its arguments. +.PP +The +.B -s +option tells +.I 9win +to run in server mode. Used by +.IR 9cpu (1), +it exports on its standard input +a namespace +suitable for a graphical Plan 9 program to run +within. With this option, no command may be given. +.SH SOURCE +.B /appl/cmd/9win.b +.SH SEE ALSO +.IR 9cpu (1), +.IR import (4) +.SH FILES +.B /dev/winname +.br +.B /dev/mouse +.br +.B /dev/cons +.br +.B /dev/consctl +.br + Files served by +.IR 9win . +.SH BUGS +.I 9win +does not export a full +.I rio +environment, so Plan 9 programs +that wish to create new windows will not work correctly +(unless running inside a +.I rio +started by +.IR 9win ) |
