Satisfy NO_COLOR requirements as per https://no-color.org
4 unresolved threads
4 unresolved threads
Compare changes
Files
2+ 28
− 11
@@ -44,6 +44,7 @@ import Data.Vector ( Vector
@@ -250,19 +251,35 @@ app = App { appDraw = \st -> [ui st]
I think there should be a more idiomatic way without unsafePerformIO. I'm not even sure if this triggers sharing properly despite NOINLINE. We can adjust app:
to be
And then do the env lookup in
brickMain
: https://gitlab.haskell.org/haskell/ghcup-hs/-/blob/master/app/ghcup/BrickMain.hs#L527changed this line in version 3 of the diff