https://github.com/oldk1331/fricas/commit/01be067e8b474a3a08d7f07758b75eeb772964b2.patch

diff --git a/src/algebra/outform.spad b/src/algebra/outform.spad
index df02d253..2d24c808 100644
--- a/src/algebra/outform.spad
+++ b/src/algebra/outform.spad
@@ -474,7 +474,7 @@
           sform concat(quote()$Character, concat(s, quote()$Character))

         width(a : %) : Integer == outformWidth(a)$Lisp
-        width0() : Integer == 66
+        width0() : Integer == _$LINELENGTH$Lisp

         center(a, w)   == hconcat(hspace((w - width(a)) quo 2), a)
         left(a, w)     == hconcat(a, hspace((w - width(a))))

-- 
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 post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/fricas-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to