~cadence/PE-DIA

f1b5436516be1f64de878d403d00c3638b84457d — Cadence Ember 1 year, 10 months ago c8c8df4 main
Decompiler: Actually close all text effects
1 files changed, 1 insertions(+), 2 deletions(-)

M decompiler.rkt
M decompiler.rkt => decompiler.rkt +1 -2
@@ 131,8 131,7 @@
              (printf "[~a " (effect^-type effect)))
            (display char))
          (when last-line?
            (for ([effect (interchange^-effects interchange)]
                  #:when ((effect^-position effect) . <= . offset))
            (for ([effect (interchange^-effects interchange)])
              (display "]")))
          (displayln ""))
        (when (pair? (interchange^-replies interchange))