[manual index][section index]

NAME

9win - create a Plan 9 window within Inferno

SYNOPSIS

9win [ -s ] [ -x width ] [ -y height ] [ cmd [ arg ... ] ]

DESCRIPTION

9win creates a window for a graphical Plan 9 command (default rio) to run in. If provided, width and height give a desired width and height for the new window. Cmd gives the command to run, and arg its arguments.

The -s option tells 9win to run in server mode. Used by 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.

SOURCE

/appl/cmd/9win.b

SEE ALSO

9cpu(1), import(4)

FILES

/dev/winname
/dev/mouse
/dev/cons
/dev/consctl
Files served by 9win.

BUGS

9win does not export a full rio environment, so Plan 9 programs that wish to create new windows will not work correctly (unless running inside a rio started by 9win)

9WIN(1 ) Rev:  Thu Feb 15 14:42:47 GMT 2007