diff --git a/Doxyfile b/Doxyfile index d6bf92a9a..fccd4a493 100644 --- a/Doxyfile +++ b/Doxyfile @@ -2,7 +2,7 @@ DOXYFILE_ENCODING = UTF-8 PROJECT_NAME = "libghostty" -INPUT = include/ghostty-vt.h +INPUT = include/ghostty/vt.h INPUT_ENCODING = UTF-8 RECURSIVE = NO diff --git a/example/c-vt/src/main.c b/example/c-vt/src/main.c index f8ea2a9e5..ed491de2c 100644 --- a/example/c-vt/src/main.c +++ b/example/c-vt/src/main.c @@ -1,5 +1,5 @@ #include -#include +#include int main() { GhosttyOscParser parser; diff --git a/include/ghostty-vt.h b/include/ghostty/vt.h similarity index 99% rename from include/ghostty-vt.h rename to include/ghostty/vt.h index 81f7bd4ba..cf47a34dc 100644 --- a/include/ghostty-vt.h +++ b/include/ghostty/vt.h @@ -1,5 +1,5 @@ /** - * @file ghostty-vt.h + * @file vt.h * * libghostty-vt - Virtual terminal sequence parsing library * diff --git a/src/build/GhosttyLibVt.zig b/src/build/GhosttyLibVt.zig index 05cffd212..0029d6756 100644 --- a/src/build/GhosttyLibVt.zig +++ b/src/build/GhosttyLibVt.zig @@ -29,8 +29,8 @@ pub fn initShared( .root_module = zig.vt, }); lib.installHeader( - b.path("include/ghostty-vt.h"), - "ghostty-vt.h", + b.path("include/ghostty/vt.h"), + "ghostty/vt.h", ); // Get our debug symbols