shithub: da

Download patch

ref: e7fd28b8a55a6783a179e337eeeef8928dd2c6d2
parent: 6379f646f2688d198d28d30e34006c6cea0e3571
author: glenda <glenda@krsna>
date: Fri Aug 22 13:39:48 EDT 2025

disclaimer

--- a/da.c
+++ b/da.c
@@ -1,3 +1,4 @@
+/*Example only. Do not use! made by an LLM. The human that modified it is not a programmer. */
 #include <u.h>
 #include <libc.h>
 #include <draw.h>
@@ -1263,6 +1264,7 @@
 	draw_emoji_banner();
 	Rectangle clip = screen->r;
 	clip.min.y += config.banner_height;
+
 	replclipr(screen, 0, clip);
 
 	for(step = draw_steps; step->draw; step++) {
--