From ff2ba59f4a7800283a3218f7faffca7aba5b5fa8 Mon Sep 17 00:00:00 2001 From: Claude Bot Date: Tue, 30 Dec 2025 10:52:46 +0000 Subject: [PATCH] Move stripANSI to api/console/ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Move stripANSI.cpp, stripANSI.h from bindings/ to api/console/. Related to console output formatting. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- src/buntime/{bindings => api/console}/stripANSI.cpp | 0 src/buntime/{bindings => api/console}/stripANSI.h | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename src/buntime/{bindings => api/console}/stripANSI.cpp (100%) rename src/buntime/{bindings => api/console}/stripANSI.h (100%) diff --git a/src/buntime/bindings/stripANSI.cpp b/src/buntime/api/console/stripANSI.cpp similarity index 100% rename from src/buntime/bindings/stripANSI.cpp rename to src/buntime/api/console/stripANSI.cpp diff --git a/src/buntime/bindings/stripANSI.h b/src/buntime/api/console/stripANSI.h similarity index 100% rename from src/buntime/bindings/stripANSI.h rename to src/buntime/api/console/stripANSI.h