shithub: fc

Download patch

ref: 02f0fdccefc6d03202d5c631141b8b0dc951f775
parent: 14cb6191583eade403091b0b6c1296eebed15267
author: glenda <glenda@krsna>
date: Sun Aug 17 13:26:22 EDT 2025

done!

--- a/fc.c
+++ b/fc.c
@@ -646,9 +646,7 @@
 	
 	b = Bfdopen(fd, OWRITE);
 	
-	Bprint(b, "# FreeBox Configuration File\n");
-	Bprint(b, "# Generated automatically - edit to customize\n");
-	Bprint(b, "# Reload with 'r' key while running\n\n");
+	Bprint(b, "# fc.conf auto-gen\n");
 	
 	Bprint(b, "banner_height %d\n", config.banner_height);
 	Bprint(b, "status_height %d\n", config.status_height);
--