From b8f4760f60efbb12f519d7d68098968db1adc5c6 Mon Sep 17 00:00:00 2001 From: ShalokShalom Date: Sun, 2 Nov 2025 16:25:33 +0100 Subject: [PATCH 1/2] Add TuiOS and bubbletea to docs This adds TuiOS and bubbletea to the documentation --- docs/keyboard-protocol.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/keyboard-protocol.rst b/docs/keyboard-protocol.rst index 4acf01480..5d062259d 100644 --- a/docs/keyboard-protocol.rst +++ b/docs/keyboard-protocol.rst @@ -40,6 +40,7 @@ In addition to kitty, this protocol is also implemented in: * The `iTerm2 terminal `__ * The `rio terminal `__ * The `WezTerm terminal `__ +* The `TuiOS terminal (multiplexer) `__ Libraries implementing this protocol: @@ -47,6 +48,7 @@ Libraries implementing this protocol: * The `crossterm library `__ * The `textual library `__ * The vaxis library `go `__ and `zig `__ +* The `bubbletea library `__ Programs implementing this protocol: From 932fd1a886ba9a86418eb3ea1fa3bb403780b784 Mon Sep 17 00:00:00 2001 From: ShalokShalom Date: Sun, 2 Nov 2025 16:29:37 +0100 Subject: [PATCH 2/2] Add flow control Forgot to add with the previous commit :) --- docs/keyboard-protocol.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/keyboard-protocol.rst b/docs/keyboard-protocol.rst index 5d062259d..d06e2c94a 100644 --- a/docs/keyboard-protocol.rst +++ b/docs/keyboard-protocol.rst @@ -58,6 +58,7 @@ Programs implementing this protocol: * The `kakoune text editor `__ * The `dte text editor `__ * The `Helix text editor `__ +* The `Flow control editor `__ * The `far2l file manager `__ * The `Yazi file manager `__ * The `awrit web browser `__