1
0
mirror of https://github.com/tmate-io/tmate-ssh-server.git synced 2020-11-18 19:53:51 -08:00
This commit is contained in:
Nicolas Viennot 2016-01-01 14:44:10 -05:00
parent 0cf681e609
commit f0f7851883

View File

@ -84,6 +84,7 @@ enum tmate_daemon_in_msg_types {
[TMATE_IN_EXEC_CMD, int: client_id, string: cmd] [TMATE_IN_EXEC_CMD, int: client_id, string: cmd]
[TMATE_IN_SET_ENV, string: name, string: value] [TMATE_IN_SET_ENV, string: name, string: value]
[TMATE_IN_READY] [TMATE_IN_READY]
[TMATE_IN_PANE_KEY, int: pane_id, uint64 keycode] // pane_id == -1: active pane
*/ */
#endif #endif