Changes between Version 3 and Version 4 of neercs/protocol
- Timestamp:
- 01/02/2011 02:11:24 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
neercs/protocol
v3 v4 5 5 List of commands happening on the client/server sockets. 6 6 7 == C lient to servercommands ==7 == Current commands == 8 8 9 Currently implemented: 9 The following commands are currently implemented. 10 11 Client to server: 10 12 * `ATTACH %d %d %d`: attach client with a $1x$2 display and refresh delay $3 11 13 * `QUIT`: quit everything … … 17 19 * `MOUSEM %d %d %d`: mouse motion to $1,$2 with button $3 pressed 18 20 19 == Server to client commands == 20 21 Currently implemented: 21 Server to client: 22 22 * `TITLE %d %s`: change display title for window `$1` to `"$2"` 23 23 * `CURSOR %d %d`: set cursor visibility for window `$1` to `$2`