Paint added and other bug fixes
This commit is contained in:
Chris
2026-02-08 23:17:27 +01:00
parent 904dc2f1a5
commit 23972f8951
30 changed files with 829 additions and 637 deletions

View File

@@ -293,7 +293,7 @@ static void md_paint(Window *win) {
int max_display_lines = usable_content_height / MD_LINE_HEIGHT;
// Draw content background
draw_rect(offset_x, content_start_y, content_width - 20, usable_content_height, COLOR_WHITE);
draw_rect(win->x + 4, content_start_y, win->w - 24, usable_content_height, COLOR_WHITE);