#include <screen.h>
Public Attributes | |
| int | protocol_revision |
| int | type |
| char | m_tty [MAXPATHLEN] |
| union { | |
| struct { | |
| int lflag | |
| int aflag | |
| int flowflag | |
| int hheight | |
| int nargs | |
| char line [MAXPATHLEN] | |
| char dir [MAXPATHLEN] | |
| char screenterm [20] | |
| } create | |
| struct { | |
| char auser [20+1] | |
| int apid | |
| int adaptflag | |
| int lines | |
| int columns | |
| char preselect [20] | |
| int esc | |
| int meta_esc | |
| char envterm [20+1] | |
| int encoding | |
| } attach | |
| struct { | |
| char duser [20+1] | |
| int dpid | |
| } detach | |
| struct { | |
| char auser [20+1] | |
| int nargs | |
| char cmd [MAXPATHLEN] | |
| int apid | |
| char preselect [20] | |
| } command | |
| char message [MAXPATHLEN *2] | |
| } | m |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.3