From 8cd94b30f67f8eacf853fbc77bd60fb57a8262dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Tue, 6 Sep 2022 17:17:32 +0200 Subject: xP: implement tab completion Currently it only goes for the longest common prefix. Refactor WebSocket handling into an abstraction for our protocol. The Go code generater finally needed fixing. --- xC-proto | 2 ++ 1 file changed, 2 insertions(+) (limited to 'xC-proto') diff --git a/xC-proto b/xC-proto index 54ca6b8..e985fdb 100644 --- a/xC-proto +++ b/xC-proto @@ -104,6 +104,8 @@ struct EventMessage { } items<>; case BUFFER_CLEAR: string buffer_name; + + // Restriction: command_seq is strictly increasing, across both of these. case ERROR: u32 command_seq; string error; -- cgit v1.2.3