Qian Yun
unread,Sep 18, 2024, 5:44:25 AM9/18/24Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to fricas-devel
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) ==