From f0f785188347e883ced77cb59d3e9e373ac3fd26 Mon Sep 17 00:00:00 2001 From: Nicolas Viennot Date: Fri, 1 Jan 2016 14:44:10 -0500 Subject: [PATCH] nits --- tmate-protocol.h | 1 + 1 file changed, 1 insertion(+) diff --git a/tmate-protocol.h b/tmate-protocol.h index 2e9f9ff8..adca8071 100644 --- a/tmate-protocol.h +++ b/tmate-protocol.h @@ -84,6 +84,7 @@ enum tmate_daemon_in_msg_types { [TMATE_IN_EXEC_CMD, int: client_id, string: cmd] [TMATE_IN_SET_ENV, string: name, string: value] [TMATE_IN_READY] +[TMATE_IN_PANE_KEY, int: pane_id, uint64 keycode] // pane_id == -1: active pane */ #endif