From 17ad3b29a0bf83f7167e0adff0f737aa96688896 Mon Sep 17 00:00:00 2001 From: Evan Schwartzentruber Date: Sat, 8 Jun 2024 13:50:01 -0400 Subject: [PATCH] fixed line #'s --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9c02c29..7285a25 100644 --- a/README.md +++ b/README.md @@ -26,10 +26,10 @@ Options: -V, --version Print version ``` ## Todo -+ Improve [trim_frames](https://github.com/splurf/donut.live/blob/master/src/util.rs#L83) by removing **all** possible redundant ASCII-whitespace from every frame. ++ Improve [trim_frames](https://github.com/splurf/donut.live/blob/f9088db49174021386691a2b1289812926432dda/src/base/utils.rs#L83) by removing **all** possible redundant ASCII-whitespace from every frame. ## Notes + This works for terminals that support [ANSI Escape Sequences](https://en.wikipedia.org/wiki/ANSI_escape_code) ## Credit -+ The [gen_frame](https://github.com/splurf/donut.live/blob/master/src/util.rs#L12) function within `utils.rs` heavily references the original [donut.c](https://www.a1k0n.net/2011/07/20/donut-math.html) script \ No newline at end of file ++ The [gen_frame](https://github.com/splurf/donut.live/blob/f9088db49174021386691a2b1289812926432dda/src/base/utils.rs#L12) function within `utils.rs` heavily references the original [donut.c](https://www.a1k0n.net/2011/07/20/donut-math.html) script