Changes between Version 3 and Version 4 of neercs/protocol


Ignore:
Timestamp:
01/02/2011 02:11:24 PM (13 years ago)
Author:
Sam Hocevar
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • neercs/protocol

    v3 v4  
    55List of commands happening on the client/server sockets.
    66
    7 == Client to server commands ==
     7== Current commands ==
    88
    9 Currently implemented:
     9The following commands are currently implemented.
     10
     11Client to server:
    1012 * `ATTACH %d %d %d`: attach client with a $1x$2 display and refresh delay $3
    1113 * `QUIT`: quit everything
     
    1719 * `MOUSEM %d %d %d`: mouse motion to $1,$2 with button $3 pressed
    1820
    19 == Server to client commands ==
    20 
    21 Currently implemented:
     21Server to client:
    2222 * `TITLE %d %s`: change display title for window `$1` to `"$2"`
    2323 * `CURSOR %d %d`: set cursor visibility for window `$1` to `$2`