Added documentation stub for new protocol command

SPAWN that spawns a new application.



git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/rdesktop/trunk@1696 423420c4-83ab-492f-b58f-81f9feb106b5
This commit is contained in:
Henrik Andersson 2013-02-05 12:23:57 +00:00
parent a65f71bb58
commit 972832c39f

View File

@ -1,8 +1,6 @@
TODO TODO
---- ----
* Command for executing new programs.
* Commands for changing z order and focus. * Commands for changing z order and focus.
* Think about protocol version management * Think about protocol version management
@ -332,6 +330,16 @@ DESTROY
Identical to the command sent from server to client. Identical to the command sent from server to client.
SPAWN
-------
Spawn a new application.
Syntax:
SPAWN,<SERIAL>,<COMMANDLINE>
Spawns a new application specified by commandline.
Test Cases Test Cases
========== ==========