Closed Canop closed 1 month ago
Thanks for the quick fix, but this doesn't seem to quite work the way I expect.
When I set wrap = false
in prefs.toml
, no wrapping happens at all, either in the initial test
screen, or the fails
result summary screen, regardless of how many times I press w
. I expected that w
would cause wrapping (and then unwrapping when pressed again), in both screens.
When I set wrap = true
in prefs.toml
, wrapping happens in the fails
screen, and correctly unwraps on w
(and re-wraps on another w
). This works as expected. But the raw output starts unwrapped, and doesn't wrap on w
.
Is there another way of switching back to the detailed output that also does wrapping? Because maybe I'm expecting the wrong things from raw mode. If that's the case, then the only bug is disabling wrapping entirely in the fails
screen when wrap = false
.
maybe I'm expecting the wrong things from raw mode
No, I'm just retarded, and tired, and I broke the fix before pushing it...
I think I fixed the fix.
Sory for the delay, yes this works as expected!
Fix #234