Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/splurf/donut.live
Browse files Browse the repository at this point in the history
  • Loading branch information
splurf committed Jun 12, 2024
2 parents 68bd4a3 + 88dbe48 commit 62e7034
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/f9088db49174021386691a2b1289812926432dda/src/base/utils.rs#L83) by removing **all** possible redundant ASCII-whitespace from every frame.
+ 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.

## 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/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.
+ The [gen_frame](https://github.com/splurf/donut.live/blob/4f13c1280d9ead28b1fb40d0d3f0d52429487958/src/base/donut.rs#L13) 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 62e7034

Please sign in to comment.