From bea844c18eb4e34c02482b410dda25c850f5c92c Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Tue, 12 Jul 2016 17:50:43 -0400 Subject: [PATCH] More TODOs. --- TODO.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TODO.md b/TODO.md index 86b06801..3de1cb47 100644 --- a/TODO.md +++ b/TODO.md @@ -99,3 +99,5 @@ on windows - a way to do recursive main loops - how do we handle 0 returns from non-recursive uiMainStep() calls that aren't the main loop? (event handlers, for instance) - should repeated calls to uiMainStep() after uiQuit() return 0 reliably? this will be needed for non-recursive loops + +http://stackoverflow.com/questions/38338426/meaning-of-ampersand-in-rc-files/38338841?noredirect=1#comment64093084_38338841