Skip to content

Commit

Permalink
fixed todo permalinks
Browse files Browse the repository at this point in the history
  • Loading branch information
splurf authored Aug 6, 2024
1 parent 44165a1 commit 2d265e7
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 @@ -35,10 +35,10 @@ Options:
- `shrek.rustychads.com`

## Todo
+ Improve [trim_frames](https://github.com/splurf/donut.live/blob/4f13c1280d9ead28b1fb40d0d3f0d52429487958/src/base/donut.rs#L84) by removing **all** possible redundant ASCII-whitespace from every frame.
+ Improve [trim_frames](https://github.com/splurf/donut.live/blob/44165a131ca8e5f2eb8917dce019a0e39a4d0ecc/src/base/donut.rs#L96) 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/4f13c1280d9ead28b1fb40d0d3f0d52429487958/src/base/donut.rs#L13) function within `util.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/44165a131ca8e5f2eb8917dce019a0e39a4d0ecc/src/base/donut.rs#L15) function within `util.rs` heavily references the original [donut.c](https://www.a1k0n.net/2011/07/20/donut-math.html) script.

0 comments on commit 2d265e7

Please sign in to comment.