From 8f039627ab777d2b08c0c46d5acacbe84817d20f Mon Sep 17 00:00:00 2001 From: Leo Tenenbaum Date: Thu, 18 Feb 2021 14:55:10 -0500 Subject: :build working (i think) --- ted.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ted.h') diff --git a/ted.h b/ted.h index 9b839c2..e5bc126 100644 --- a/ted.h +++ b/ted.h @@ -78,6 +78,7 @@ typedef struct { u8 border_thickness; u8 padding; u8 scrolloff; + char build_default_command[256]; // [i] = comma-separated string of file extensions for language i, or NULL for none char *language_extensions[LANG_COUNT]; } Settings; -- cgit v1.2.3