From 07b3782804272abce9ada300e96fa141e359b359 Mon Sep 17 00:00:00 2001 From: WormHeamer Date: Fri, 2 Jan 2026 03:00:29 -0500 Subject: convert non-utf-8 files to a readonly hex dump --- txt.h | 1 + 1 file changed, 1 insertion(+) (limited to 'txt.h') diff --git a/txt.h b/txt.h index f17728a..a6e92eb 100644 --- a/txt.h +++ b/txt.h @@ -43,6 +43,7 @@ typedef struct Txt { TxtHist hist; TxtBuf buf[2]; u32 len; + int readonly; } Txt; /* text buffer manipulation */ -- cgit v1.2.3