!7 cmodule TITBOT > DynPrintLogAndEnabled { transient Set windows = weakHashSet(); start { dm_onTopInput_q(voidfunc(S s) { if (!enabled) ret; print(s); disposeWindows(getAndClearList(windows)); disposeWindowAfter(5.0, addAndReturn(windows, screenTextOverlay_withOutline(upper(s), outlineWidth := 6f, fontSize := 120))); }); } }