From 20022ebe1d511055fbc597c709afeaee9357612c Mon Sep 17 00:00:00 2001 From: Nishi Date: Wed, 13 May 2026 12:10:57 +0900 Subject: [PATCH] add console --- src/gui.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/gui.c b/src/gui.c index 71c1239..8868613 100644 --- a/src/gui.c +++ b/src/gui.c @@ -104,6 +104,8 @@ static void MWAPI resize(MwWidget handle, void* user, void* client) { h = (wh - padding) * 0.2; if(console == NULL) { console = MwCreateWidget(MwListBoxClass, "console", window, x, y, w, h); + + MwListBoxSet(console, -1, 0, "Midas " VERSION " console"); } else { MwVaApply(console, MwNx, x,