When using ')trace )math', we should respect the setting
'$LINELENGTH' (cab be set by ")set output length"),
so that we can utilize the wide screen space.
- Qian
diff --git a/src/interp/trace.boot b/src/interp/trace.boot
index 70964500..a686b00c 100644
--- a/src/interp/trace.boot
+++ b/src/interp/trace.boot
@@ -1196,7 +1196,7 @@ monitor_print(x, trace_str) ==
PRINMATHOR0(x, trace_str)
PRINMATHOR0(x, trace_str) ==
- $mathTrace => maprinSpecial(outputTran2(x), $monitor_depth, 80)
+ $mathTrace => maprinSpecial(outputTran2(x), $monitor_depth,
$LINELENGTH)
PRIN0(x, trace_str)
_/TRACELET_-PRINT(X, Y) ==
--
You received this message because you are subscribed to the Google Groups "FriCAS -
computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/fricas-devel/bd76f936-a284-4697-a96e-f2f26a16568c%40gmail.com.