emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/telephone-line 54850e413d 105/195: Switch to create-trig-a


From: ELPA Syncer
Subject: [nongnu] elpa/telephone-line 54850e413d 105/195: Switch to create-trig-axis all the timeNow that the algorithm works properly, we can assume a trig axis -- no rounding errors means it'll still be clear for everything else.
Date: Wed, 5 Jan 2022 02:59:30 -0500 (EST)

branch: elpa/telephone-line
commit 54850e413d34efbff18d1100ca659f1c6dc7ab6e
Author: Daniel Bordak <dbordak@fastmail.fm>
Commit: Daniel Bordak <dbordak@fastmail.fm>

    Switch to create-trig-axis all the timeNow that the algorithm works 
properly, we can assume a trig axis -- no rounding errors means it'll still be 
clear for everything else.
---
 telephone-line-utils.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/telephone-line-utils.el b/telephone-line-utils.el
index 491325ed8c..198151b0a2 100644
--- a/telephone-line-utils.el
+++ b/telephone-line-utils.el
@@ -161,7 +161,7 @@ color1 and color2."
          (width (telephone-line-separator-width obj))
          (normalized-axis (telephone-line--normalize-axis
                            (mapcar (oref obj axis-func)
-                                   (telephone-line-create-axis height))))
+                                   (telephone-line-create-trig-axis height))))
          (range (seq-max normalized-axis))
          (scaling-factor (/ (1- width)(float range))))
     (mapcar (lambda (x)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]