From 6447a2a9935360cd9e1623ec0e8b24e2538bbf9c Mon Sep 17 00:00:00 2001 From: Ryan Fleury Date: Mon, 15 Jul 2024 10:41:03 -0700 Subject: [PATCH] notes --- src/raddbg/raddbg.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/raddbg/raddbg.h b/src/raddbg/raddbg.h index 091a52fc..9d03bd2f 100644 --- a/src/raddbg/raddbg.h +++ b/src/raddbg/raddbg.h @@ -223,6 +223,8 @@ // this is really better solved by implicit thread-local parameters, similar to // interaction registers, so that one window can "pick" all of the implicit // parameters, and then 99% of the UI code does not have to care. +// [ ] @cleanup eliminate explicit font parameters in the various ui paths (e.g. +// code slice params) //////////////////////////////// //~ rjf: Cold, Unsorted Notes (Deferred Until Existing Lists Mostly Exhausted)