From 64dd10b98f2d41a240bc4fbe56b7b174b4e6d1d6 Mon Sep 17 00:00:00 2001 From: Gregory Anders Date: Sun, 6 Jul 2025 08:28:24 -0500 Subject: [PATCH] Add termio to terminal CODEOWNERS group The termio directory contains the implementation of many terminal features that those in the terminal reviewer group may want to be notified about. --- CODEOWNERS | 1 + 1 file changed, 1 insertion(+) diff --git a/CODEOWNERS b/CODEOWNERS index 56768d5ae..7995650b7 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -155,6 +155,7 @@ /src/input/KeyEncoder.zig @ghostty-org/terminal /src/terminal/ @ghostty-org/terminal /src/terminfo/ @ghostty-org/terminal +/src/termio/ @ghostty-org/terminal /src/unicode/ @ghostty-org/terminal /src/Surface.zig @ghostty-org/terminal /src/surface_mouse.zig @ghostty-org/terminal