From b8cf2b379b58d76af23f443362394970872d4a88 Mon Sep 17 00:00:00 2001 From: Max Wash Date: Sat, 2 May 2026 14:37:43 +0100 Subject: [PATCH] meta: rename term module to fx.term namespace --- {term => fx.term}/CMakeLists.txt | 0 {term => fx.term}/error.c | 0 {term => fx.term}/include/fx/term.h | 0 {term => fx.term}/include/fx/term/print.h | 0 {term => fx.term}/include/fx/term/tty.h | 0 {term => fx.term}/paragraph.c | 0 {term => fx.term}/print.c | 0 {term => fx.term}/print.h | 0 {term => fx.term}/printf.c | 0 {term => fx.term}/printf.h | 0 {term => fx.term}/sys/darwin/print.c | 0 {term => fx.term}/sys/darwin/tty.c | 0 {term => fx.term}/sys/linux/print.c | 0 {term => fx.term}/sys/linux/tty.c | 0 {term => fx.term}/sys/windows/print.c | 0 {term => fx.term}/sys/windows/tty.c | 0 {term => fx.term}/tty.c | 0 {term => fx.term}/tty.h | 0 18 files changed, 0 insertions(+), 0 deletions(-) rename {term => fx.term}/CMakeLists.txt (100%) rename {term => fx.term}/error.c (100%) rename {term => fx.term}/include/fx/term.h (100%) rename {term => fx.term}/include/fx/term/print.h (100%) rename {term => fx.term}/include/fx/term/tty.h (100%) rename {term => fx.term}/paragraph.c (100%) rename {term => fx.term}/print.c (100%) rename {term => fx.term}/print.h (100%) rename {term => fx.term}/printf.c (100%) rename {term => fx.term}/printf.h (100%) rename {term => fx.term}/sys/darwin/print.c (100%) rename {term => fx.term}/sys/darwin/tty.c (100%) rename {term => fx.term}/sys/linux/print.c (100%) rename {term => fx.term}/sys/linux/tty.c (100%) rename {term => fx.term}/sys/windows/print.c (100%) rename {term => fx.term}/sys/windows/tty.c (100%) rename {term => fx.term}/tty.c (100%) rename {term => fx.term}/tty.h (100%) diff --git a/term/CMakeLists.txt b/fx.term/CMakeLists.txt similarity index 100% rename from term/CMakeLists.txt rename to fx.term/CMakeLists.txt diff --git a/term/error.c b/fx.term/error.c similarity index 100% rename from term/error.c rename to fx.term/error.c diff --git a/term/include/fx/term.h b/fx.term/include/fx/term.h similarity index 100% rename from term/include/fx/term.h rename to fx.term/include/fx/term.h diff --git a/term/include/fx/term/print.h b/fx.term/include/fx/term/print.h similarity index 100% rename from term/include/fx/term/print.h rename to fx.term/include/fx/term/print.h diff --git a/term/include/fx/term/tty.h b/fx.term/include/fx/term/tty.h similarity index 100% rename from term/include/fx/term/tty.h rename to fx.term/include/fx/term/tty.h diff --git a/term/paragraph.c b/fx.term/paragraph.c similarity index 100% rename from term/paragraph.c rename to fx.term/paragraph.c diff --git a/term/print.c b/fx.term/print.c similarity index 100% rename from term/print.c rename to fx.term/print.c diff --git a/term/print.h b/fx.term/print.h similarity index 100% rename from term/print.h rename to fx.term/print.h diff --git a/term/printf.c b/fx.term/printf.c similarity index 100% rename from term/printf.c rename to fx.term/printf.c diff --git a/term/printf.h b/fx.term/printf.h similarity index 100% rename from term/printf.h rename to fx.term/printf.h diff --git a/term/sys/darwin/print.c b/fx.term/sys/darwin/print.c similarity index 100% rename from term/sys/darwin/print.c rename to fx.term/sys/darwin/print.c diff --git a/term/sys/darwin/tty.c b/fx.term/sys/darwin/tty.c similarity index 100% rename from term/sys/darwin/tty.c rename to fx.term/sys/darwin/tty.c diff --git a/term/sys/linux/print.c b/fx.term/sys/linux/print.c similarity index 100% rename from term/sys/linux/print.c rename to fx.term/sys/linux/print.c diff --git a/term/sys/linux/tty.c b/fx.term/sys/linux/tty.c similarity index 100% rename from term/sys/linux/tty.c rename to fx.term/sys/linux/tty.c diff --git a/term/sys/windows/print.c b/fx.term/sys/windows/print.c similarity index 100% rename from term/sys/windows/print.c rename to fx.term/sys/windows/print.c diff --git a/term/sys/windows/tty.c b/fx.term/sys/windows/tty.c similarity index 100% rename from term/sys/windows/tty.c rename to fx.term/sys/windows/tty.c diff --git a/term/tty.c b/fx.term/tty.c similarity index 100% rename from term/tty.c rename to fx.term/tty.c diff --git a/term/tty.h b/fx.term/tty.h similarity index 100% rename from term/tty.h rename to fx.term/tty.h