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/dmview.1 | |
| parent | b89dc2331a50c63f8b33272a5c4c61ab98abdaa3 (diff) | |
build: Better Build System
Diffstat (limited to 'static/inferno/man1/dmview.1')
| -rw-r--r-- | static/inferno/man1/dmview.1 | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/static/inferno/man1/dmview.1 b/static/inferno/man1/dmview.1 new file mode 100644 index 00000000..01405695 --- /dev/null +++ b/static/inferno/man1/dmview.1 @@ -0,0 +1,41 @@ +.TH DMVIEW 1 +.SH NAME +dmview, dmwm \- view remote displays +.SH SYNOPSIS +.B wm/dmview +.I address +.PP +.B wm/dmwm +[ +.BI -p " port" +] +.SH DESCRIPTION +.I Dmwm +is run in place of the usual Inferno window manager +.IR wm (1), +to allow the display's contents to be viewed elsewhere. +.I Dmwm +waits for incoming viewing requests on the given TCP/IP +.I port +(default: 9998). +On each connection attempt, +.I dmwm +prompts the user to accept or reject the request for a remote view. +.PP +.I Dmview +opens a connection to an instance of +.I dmwm +at the given network +.I address +and, if the remote user accepts the connection, +opens a new window on +.IR dmview 's +own display that contains a replica of the remote display. +.SH SOURCE +.B /appl/wm/drawmux/dmview.b +.br +.B /appl/wm/drawmux/dmwm.b +.br +.B /appl/wm/drawmux/drawmux.b +.SH SEE ALSO +.IR drawmux (2) |
