Skip to content

Commit

Permalink
fixed line #'s
Browse files Browse the repository at this point in the history
  • Loading branch information
splurf authored Jun 8, 2024
1 parent f9088db commit 17ad3b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
+ 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

0 comments on commit 17ad3b2

Please sign in to comment.