| Version 2 (modified by , 15 years ago) (diff) |
|---|
The neercs client-server protocol
List of commands happening on the client/server sockets.
Client to server commands
Currently implemented:
ATTACH:QUIT: quit everythingDELAY: update refresh delayRESIZE: change display sizeKEY: key pressMOUSEP: mouse button pressMOUSER: mouse button releaseMOUSEM: mouse motion
Server to client commands
Currently implemented:
TITLE %d %s: change display title for window$1to"$2"CURSOR %d %d: set cursor visibility for window$1to$2REFRESH: upload part of a windowDETACH
